stoic-api
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