Coder Social home page Coder Social logo

dennmart / wanikani-to-anki Goto Github PK

View Code? Open in Web Editor NEW
46.0 3.0 9.0 852 KB

WaniKani to Anki exporter

Home Page: https://wanikanitoanki.com

License: MIT License

Ruby 69.09% CSS 2.04% JavaScript 2.65% Dockerfile 0.44% SCSS 2.06% Slim 23.63% Procfile 0.10%

wanikani-to-anki's Introduction

WaniKani to Anki Exporter

⚠️ Note: This project is no longer maintained

The 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.

Prerequisites

How to run the website

  • Install the project's dependencies:
bundle install
  • Run the web server:
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.

Docker

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.

Without using Docker Compose

  • Build the image using the included Dockerfile:
$ 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.

Using Docker Compose

If you have Docker Compose installed, you can simply run docker-compose up to build the image and run the container.

Why did I build this?

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.

Submit a pull request!

  1. Fork the repo into your own Github account (https://github.com/dennmart/wanikani-to-anki/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature') and make sure your write tests for your new feature!
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request
  6. That's it! High fives given upon request 😸

wanikani-to-anki's People

Contributors

baerrach avatar caseyscarborough avatar dennmart avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

wanikani-to-anki's Issues

Request: Add 'Part of Speech' to vocabulary exports

I'm currently using WaniKani to Anki to re-review my burned vocab without having to resurrect them on WaniKani. It's working well, but I feel that the 'Part of Speech' section (noun, transitive verb, い adjective, etc.) of each vocab is a useful part to have that's missing in the Anki export.

API key requested on download

I am using Chrome on Mac OS X El Capitan.

When I try to download an export, it asks me to reenter the API key. This keeps happening every time I try to get an export.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.