unofficial-jisho-api

v2.2.1
Encapsulates the official Jisho.org API and also provides kanji, example, and stroke diagram search.
jisho kanji japanese word search stroke order diagrams

buildcjs

rollup index.js --file index.cjs --format cjs

prepublishOnly

npm run buildcjs

lint

eslint .

lintfix

eslint . --fix

create_test_cases

node ./test/create_test_cases.js

test

mocha ./test/run_tests.js --exit

coverage

nyc npm run test

test_travis

npm run lint && npm run coverage && ./node_modules/.bin/nyc report --reporter=text-lcov > coverage.lcov && ./node_modules/.bin/codecov

document

jsdoc --configure .jsdoc.json ./index.js -d ./docs -R README.md

Metadata

  • MIT
  • Whatever
  • mistval
  • released 7/25/2021

Downloads

Maintainers