1.0.6 ā€¢ Published 4 years ago

nova-api.js v1.0.6

Weekly downloads
2
License
MIT
Repository
-
Last release
4 years ago

Nova-API official package

Install

npm install nova-api.js@latest

Run tests

git clone 
cd nova-simple
npm start

Initialization

var nova = require('nova-api.js')
var na = new nova('your_token_here') // Enter your token here

na.time(2).then(res => {
  console.log(res.date) // Output will be like: 3/19/2020
})

Docs

Docs

Author

šŸ‘¤ Justin

Show your support

Give a ā­ļø if this project helped you!