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

Latest commit

 

History

History
35 lines (23 loc) · 935 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 935 Bytes

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