Skip to content

muttaqinrizal/weather-apps

Repository files navigation

React Weather

Tech Stack

React, Typescript

Getting Started

First you need an API key from OpenWeatherMap, you can get one by creating an account on their website. After you got your API key, create a .env file at root directory of project, copy the line below to the file and replace YOUR_KEY with your OpenWeatherMap API Key.

REACT_APP_WEATHER_API_KEY=YOUR_KEY

Finally clone this repository, install dependencies and run the local server

npm install
npm start

Credits

OpenWeatherMap (Weather data API)