0.7.1 • Published 6 years ago

yawm v0.7.1

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

Yet Another Wordnik Module (YAWM)

A module to expose the methods of the Wordnik's API (http://developer.wordnik.com/). It uses request-promise-native to handle API calls.

Installation

npm install yawm

Basic usage

const Yawm = require('yawm');

const yawm = Yaml(APIKEY);

yawm.words.randomWord().then( (response) => {
  console.error(response);
}).catch( (error) => {
  console.error(error);
});

Authenticating

0.7.1

6 years ago

0.7.0

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago