First you need an API key from OpenWeather, you can get one by creating an account on their website. After you get your API key, rename the env file from .env.example
to .env
at the root directory of the project, and then replace YOUR_KEY
with your OpenWeather API key.
Finally, clone this repository, install the dependencies and run the local server.
# Clone this repository
$ git clone https://github.com/michaelmendez/rain-io.git
# Go into the repository
$ cd rain-io
# Install dependencies
$ npm i
# Run the app
$ npm run dev
Usage is provided under the MIT License. See LICENSE for the full details.