0.1.5 • Published 1 year ago

wordnik-api v0.1.5

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

Wordnik API Client

Note: this is a community made project, it is not affiliated with Wordnik.

Why another Wordnik API?

The simple answer is that the other Wordnik APIs are older, and do not have built-in types, making it difficult to use for TypeScript developers.

Usage

Obtain an API key

To get an API key, visit https://developer.wordnik.com/gettingstarted to create an account and request an API key.

Download

# use npm to install
npm i wordnik-api
# or use yarn if you prefer
yarn add wordnik-api

Initializing the API

const {WordnikAPI} = require("wordnik-api");

const api = new WordnikAPI("your_api_key");

You can then use the methods described in the docs to use on the api object you created. Have fun!

Contributing

Want to contribute? Contributions are always welcome! Please visit the GitHub repo and make a pull request with your contributions.

0.1.4

1 year ago

0.1.5

1 year ago

0.1.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.3

2 years ago

0.0.4

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago