@codask/weacast v1.0.0
About the Project
Features
Get current coordinates for any city.
Get current weather for a specified city.
Tech Stack
Usage
Set the required environment variables
| ENV | Description | Required |
|---|---|---|
API_KEY_OPENWEATHERMAP | Get your API key on OpenWeatherMap | yes |
API_KEY_VISUALCROSSING | Get your API key on Visual Crossing | yes |
Installation
npm install @codask/weacast --saveor
yarn add @codask/weacastExemple
import weacast from '@codask/weacast'
weacast('Paris')Contributing
Contributions are always welcome!
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
Fork it! ๐ค
Create your feature branch:
git checkout -b my-new-featureCommit your changes:
git commit -m "Add some feature"Push to the branch:
git push origin my-new-featureSubmit a pull request ๐
License
This project is licensed under the MIT License - see the license file for details
2 years ago