Skip to content

michaelmendez/rain-io

Repository files navigation

Rain.IO

A minimalist weather app.




Technologies

TypeScript

React

Vite

TailwindCSS

Live Demo

Demo

How to use

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

License

Usage is provided under the MIT License. See LICENSE for the full details.