A simple weather app made with React and TailwindCSS.
An OpenWeatherMap API key is required to use this project. You can create one for free here.
- Rename the
.env.example
file to.env
- Put you API key in the
.env
file after the=
sign. (E.g.REACT_APP_OPEN_WEATHER_MAP_API_KEY=123456789abcdefg
) - Save the file
yarn install
ornpm install
yarn start
ornpm start
Any contributions and improvements are welcome!