New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ncu

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ncu

Information for National Central University, Taiwan

latest
Source
npmnpm
Version
0.2.1
Version published
Weekly downloads
1.8K
-6.91%
Maintainers
1
Weekly downloads
 
Created
Source

ncu-weather-cli Build Status npm package

A simple CLI for NCU's Information

Requirements

  • Node.js v6 or higher

Global Install

$ npm install ncu -g
$ ncu
or
$ ncu-weather

Local Install

$ npm install ncu
const ncu = require('ncu')

// get data from http://www.ncu.edu.tw
ncu.weather().then( data => console.log(ncu.convert(data)) ).catch( err => console.log(err) )

// get data from http://pblap.atm.ncu.edu.tw
ncu.weatherAtm().then( data => console.log(ncu.convertAtm(data) ).catch( err => console.log(err) )

// functions
console.log(ncu.time())
console.log(ncu.bonus())

Dependency References

License

MIT

Keywords

ncu

FAQs

Package last updated on 01 May 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts