weatherly
v1.0.2
Published
This npm package provides information about (location, wind, atmosphere, astronomy, condition and forecasts!)
Downloads
7
Readme
Weatherly
Weaherly is developed to provide a wide range of valuable information regarding the weather conditions. With its extensive capabilities, it offers detailed insights into various aspects, including location details, wind patterns, atmospheric conditions, astronomical data, current weather conditions, and reliable forecasts. By leveraging the power of this package, users can access a comprehensive suite of data, enabling them to make informed decisions, plan activities, and stay prepared for any atmospheric changes.
Installation
$ npm i weatherly
Usage
//Replace 'YOUR_API_KEY' with your actual [HERE](https://developer.here.com/) API key
const HERE_API_KEY = 'YOUR_API_KEY';
// Replace 'CITY_NAME' with the desired city name
const cityName = 'CITY_NAME';
Contributing
Feel free to submit pull requests if you'd like to contribute. If you're planning on making significant changes, it's recommended to open an issue first, initiating a discussion about your proposed modifications.