Skip to content
This repository has been archived by the owner on Jul 12, 2021. It is now read-only.
/ stoic-api Public archive

Get random Stoic Quotes, used in tweetback-bot

License

Notifications You must be signed in to change notification settings

amandeepmittal/stoic-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stoic-api

Travis Codecov Commitizen friendly npm

Usage

CLI:

$ npm install -g stoic-api
$ stoicapi

Use module in JavaScript app

  • To install this package, save it as a dependency in package.json file:
$ npm install --save stoic-api
  • Require the module in your Node.js application:
const stoicapi = require("stoicapi").random();

License

MIT Aman Mittal