wkquill
TypeScript icon, indicating that this package has built-in type declarations

1.1.3 • Public • Published

WKQuill a TS WaniKani Wrapper.

Currently under construction! Use at your own risk!

npm version

Installation

#yarn 
yarn add wkquill
#npm
npm install wkquill

Usage Example

(async () => {
    const client = new WaniClient(process.env.WANI_TOKEN);
    const response = await client.getAllSRSStages()
    console.log(response);
})();

Readme

Keywords

none

Package Sidebar

Install

npm i wkquill

Weekly Downloads

1

Version

1.1.3

License

MIT

Unpacked Size

12.3 kB

Total Files

7

Last publish

Collaborators

  • quilldev