nova-api.js
v1.0.6
Published
Nova-API official package
Readme
Nova-API official package
Install
npm install nova-api.js@latestRun tests
git clone
cd nova-simple
npm startInitialization
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
Author
👤 Justin
Show your support
Give a ⭐️ if this project helped you!
