Get current weather information for your city.
Report Bug
Table of Contents
This is a pretty simple weather web appliation that fetches data via the OpenWeather API for a given city.
Follow the steps below to get a local development instance up & running.
Some things you'll need in order to get going...
- OpenWeather API Key - reate an account and generate a new key. Place this key in a
env.local
file at project root.
- Clone the repo
git clone https://github.com/tim-corley/react-weather-app.git
- Install packages
yarn install
- Start the development server
yarn dev
- Create build
yarn build
I've decided to host this application via Vercel. Follow the documentation to get setup and deploy the app
This application leverages OpenWeather's current weather data API
Distributed under the MIT License. See LICENSE
for more information.
Tim Corley - @tcor215 - [email protected]