WaniKani to Anki exporter
See the codeThe WaniKani to Anki app is based on the now-deprecated WaniKani API v1 and is no longer maintained. If you're interested in taking over this project and upgrade the application to work with the latest version of WaniKani's API, please send me a message on Twitter (@dennmart).
WaniKani to Anki Exporter is a small website that allows you to easily fetch data from your WaniKani account and generate a file that can be imported into an Anki deck.
If you have a WaniKani account, you can see the site up and running at http://wanikanitoanki.com. You will need a WaniKani API key to see all the functionality built in.
gem install bundler).bundle install
puma -C config/puma.rb
That should be all! If you go to http://localhost:3000 after that, the site should be working. Currently there's no database required, but that might change in the future.
If you have Docker installed in your local environment, use the included Dockerfile to build a Docker image that will run the WaniKani to Anki Exporter site on your system for development purposes.
$ docker build -t wanikani_to_anki .
After building the image you can run a container using the built image:
docker run \
-p 3000:3000 \
-v $PWD:/app \
wanikani_to_anki
You can go to http://localhost:3000 to see WaniKani to Anki Exporter up and running.
If you have Docker Compose installed, you
can simply run docker-compose up to build the image and run the container.
I'm both an avid WaniKani user as a Japanese student, as well as an avid Anki user. I wanted to be able to have a little bit more control about what things from WaniKani I wanted to study, as well as control other variables like the time intervals, etc. I noticed that other WaniKani users were looking for something similar, so I decided to share it as a website.
git checkout -b my-new-feature)git commit -am 'Add some feature') and make sure your write tests for your new feature!git push origin my-new-feature)Ruby
69.1%
Slim
23.6%
JavaScript
2.7%
SCSS
2.1%
CSS
2.0%
WaniKani to Anki exporter
See the codeThe WaniKani to Anki app is based on the now-deprecated WaniKani API v1 and is no longer maintained. If you're interested in taking over this project and upgrade the application to work with the latest version of WaniKani's API, please send me a message on Twitter (@dennmart).
WaniKani to Anki Exporter is a small website that allows you to easily fetch data from your WaniKani account and generate a file that can be imported into an Anki deck.
If you have a WaniKani account, you can see the site up and running at http://wanikanitoanki.com. You will need a WaniKani API key to see all the functionality built in.
gem install bundler).bundle install
puma -C config/puma.rb
That should be all! If you go to http://localhost:3000 after that, the site should be working. Currently there's no database required, but that might change in the future.
If you have Docker installed in your local environment, use the included Dockerfile to build a Docker image that will run the WaniKani to Anki Exporter site on your system for development purposes.
$ docker build -t wanikani_to_anki .
After building the image you can run a container using the built image:
docker run \
-p 3000:3000 \
-v $PWD:/app \
wanikani_to_anki
You can go to http://localhost:3000 to see WaniKani to Anki Exporter up and running.
If you have Docker Compose installed, you
can simply run docker-compose up to build the image and run the container.
I'm both an avid WaniKani user as a Japanese student, as well as an avid Anki user. I wanted to be able to have a little bit more control about what things from WaniKani I wanted to study, as well as control other variables like the time intervals, etc. I noticed that other WaniKani users were looking for something similar, so I decided to share it as a website.
git checkout -b my-new-feature)git commit -am 'Add some feature') and make sure your write tests for your new feature!git push origin my-new-feature)Ruby
69.1%
Slim
23.6%
JavaScript
2.7%
SCSS
2.1%
CSS
2.0%