Skip to content

tim-corley/react-weather-app

Repository files navigation


Logo

React Weather App

Get current weather information for your city.

Report Bug

Built with:

Table of Contents
  1. About The Project
  2. Getting Started
  3. Dev Notes
  4. License
  5. Contact

About The Project

This is a pretty simple weather web appliation that fetches data via the OpenWeather API for a given city.

Visit Demo

Built With

Getting Started

Follow the steps below to get a local development instance up & running.

Prerequisites

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.

Installation

  1. Clone the repo
    git clone https://github.com/tim-corley/react-weather-app.git
  2. Install packages
    yarn install
  3. Start the development server
    yarn dev

Deployment

  1. Create build
    yarn build

I've decided to host this application via Vercel. Follow the documentation to get setup and deploy the app

API

This application leverages OpenWeather's current weather data API

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Tim Corley - @tcor215 - [email protected]