1.0.0 โ€ข Published 6 months ago

@codask/weacast v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

About the Project

Features

  1. Get current coordinates for any city.

  2. Get current weather for a specified city.

Tech Stack

My Skills

Usage

Set the required environment variables

ENVDescriptionRequired
API_KEY_OPENWEATHERMAPGet your API key on OpenWeatherMapyes
API_KEY_VISUALCROSSINGGet your API key on Visual Crossingyes

Installation

npm install @codask/weacast --save

or

yarn add @codask/weacast

Exemple

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!

  1. Fork it! ๐Ÿค™

  2. Create your feature branch: git checkout -b my-new-feature

  3. Commit your changes: git commit -m "Add some feature"

  4. Push to the branch: git push origin my-new-feature

  5. Submit a pull request ๐Ÿ‘

License

This project is licensed under the MIT License - see the license file for details

1.0.0

6 months ago