Skip to content

discordjslib/weatherjslib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A node.js library which interacts with the weather api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published