Hey Wanikani Users,
So next month is a big month for me. After 2 years of learning Japanese, I will be moving to Tokyo. I am very exited and VERY nervous. To celebrate, I wanted share a project that I have been working on.
What is it?
I have been working on a stats aggregation tool for Japanese language learning apps (Wanikani, BunPro, and Anki) on and off for about 8 months.
Nihongo Stats: https://nihongostats.com
I named it Nihongo Stats because the goal of the project is to have a single place see all of stats from multiple apps.
Nihongo Stats has similar functionality as Wanikani Stats, but with graphs to see your review history and a dashboard. I took a lot of inspiration from the original WK Stats website, because I really liked being able to see the kanji “light up” as I progressed.
Caveats
-
This project is still in an Alpha phase and there are probably many bugs I don’t know about. If you come across a bug or something that is incorrect, please consider reporting it on the projects Github Issues Page.
-
Wanikani has been my main focus since it has the best API to work with(in my opinion). Anki and BunPro are also included but I would not consider them feature complete. They only have a few graphs each and I am open to feedback
-
When creating this webapp, my main focus was on a Desktop/Laptop experience. I did some work to make some pages work on mobile devices, but you will have a better experience on a Desktop/Laptop.
-
The first time you load the page, it may take a bit to load since its will need to download all of your review history from the Wanikani API. The Wanikani API has a limit on the number of requests that can be send per minute, so if you have a long history it may take a few minutes. If you feel like its stuck, try refreshing the page.
Screenshots
Below are some of pages with my stats
Wanikani Dashboard
A simple dashboard that you can use to quickly relevant stats about your current WK level.
Wanikani History
A page containing various graphs that show your WK review/level history.
Wanikani Items
A page that allows you to visualize the radicals/kanji/vocabulary you studied. Similar to WK Stats
Overview Dashboard
The Overview dashboard is a mash of all of the dashboard combined into a single page.
There are more pages for Anki and BunPro that I did not post above, so you will have to get check those our for yourself
I hope some people find this page useful. It would make my day to see some screenshots of it with other peoples’ stats down below
よろしくお願いします
Changelog
Edit: (2022-05-22)
v0.10.3 has been released
Changes
- Bug fixes to many charts for users with WK Resets (still more bug fixing needed)
- Added progress bar to loading screen
Big thanks you to @UInt2048 for reporting and sending me an api key to test with.
Edit: (2022-05-23)
v0.10.5 has been released
Changes
- More Bug fixes to WK Review History and Level progress charts
- Better image caching for quick load times
Edit: (2022-09-10)
v0.14.3 has been released
Changes
Summary of all changes between 0.10.5 to 0.14.3
- Added Wanikani Stages History chart
- Added Wanikani Lesson History Chart
- MANY bug fixes
- Better usability for things like tooltips (basically making them less annoying)
- Lots of code maintenance and fixes
Edit: (2022-11-13)
v0.17.0 has been released
Changes
Summary of all changes between 0.14.3 to 0.17.0
- BIG data fetching changes to make loading less annoying
- Added some BunPro graphs
- Other small bug fixes