1.0.1 • Published 4 years ago

fortune-cookies v1.0.1

Weekly downloads
5
License
ISC
Repository
github
Last release
4 years ago

Fortune Cookie Fetch

A NodeJs API Wrapper for The Fortune Cookie API to allow users to get a random fortune cookie, without the hastle of writing out large arrays!

Usage

npm install fortune-cookies

const randCookie = require('fortune-cookies')

randCookie.fetchCookie()
    .then((c) => {console.log(c)})
    .catch((e) => {console.error('An error occured! ', e)})
1.0.1

4 years ago

1.0.0

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago