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

amandeepmittal/stoic-api

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

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