1.0.4 • Published 1 year ago

jlpt v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

JLPT

About

A simple NPM library that can return the vocabulary words using to practice for the JLPT (Japanese-Language Proficiency Test) from N5 to N1.

Usage

Node.js

Install package
npm install jlpt
CommonJS
const kanji = require("jlpt");
ES6
import Kanji from "jlpt";

Quick Reference

// Returns an level of JLPT as an object
import { getKanji } from "jlpt";

const n5 = getKanji(1);

// => [{
//  "kanji": "政",
//    "onyomi": "セイ ショウ",
//    "kunyomi": "まつりごと",
//    "meaning": "Politics, Government"
//  }, ...
//    }]
1.0.4

1 year ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago