~madcapjake/kokanu-words

Kokanu words js library
fix for fetch missing again
update word count and fix for caching issue

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~madcapjake/kokanu-words
read/write
git@git.sr.ht:~madcapjake/kokanu-words

You can also use your local clone with git send-email.

#Kokanu Words JS Module

This module takes a hosted json file of the Kokanu words and makes it available for usage in node ecosystem.

#Preparations

There is a python script that downloads the Kokanu 2023 Dictionary and converts it to JSON.

Then you must delete the lines that match .*tmWord.*\n, to eliminate an artifact from the python script.

Then have the web admin for Kokanu host the file so that it's available for this module to use. No updates should be needed to this module directly when the JSON file changes.