This package has been deprecated
Author message:
This package has been deprecated, and this is not npm-check-updates
ncu
0.2.1 • Public • Published ncu-weather-cli

A simple CLI for NCU's Information
Requirements
Global Install
$ npm install ncu -g
$ ncu
or
$ ncu-weather
Local Install
const ncu = require('ncu')
ncu.weather().then( data => console.log(ncu.convert(data)) ).catch( err => console.log(err) )
ncu.weatherAtm().then( data => console.log(ncu.convertAtm(data) ).catch( err => console.log(err) )
console.log(ncu.time())
console.log(ncu.bonus())
Dependency References
License
MIT
Package Sidebar
Install
Weekly Downloads