1.0.2 • Published 4 years ago

weatherjslib v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

weatherjslib

A node.js library which interacts with the weather api

Install:

npm i weatherjslib

Example:

const weatherjslib = require('weatherjslib')
const weather = new weatherjslib('API-KEY')
weather.forecast.get('London', 5).then(forecast => console.log(forecast))
weather.current.get('San Francisco').then(current => console.log(current))

Documentation: Click Here

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago