Hi All,
I have just published a TypeScript client for the WaniKani API that I’ve been working on for a bit. Feel free to use or suggest improvements. Would still like to add tests and improve the package further to learn more on publishing open source packages. Any teachings would be greatly appreciated as well.
https://www.npmjs.com/package/wanikani-client
4 Likes
Nice! Do you also have an autodoc in jsdoc
or similar?
I am currently working on a WaniKani alternative in JavaScript (#shamelessplug) and would be curious about the stuff you’ve learned in the process, any issues you discovered, etc.
2 Likes
There’s JSDOC comments throughout the code based on the texts in the WaniKani documentation. This client should also be able to use in your JavaScript applications
2 Likes