1.0.2 • Published 3 years ago

weatherjslib v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 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

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago