From 784b5ddd26bb2b8ee24756acd20e4353932d358f Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Thu, 21 Jan 2021 20:22:45 +0100 Subject: [PATCH] Create README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c9bb2f9 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# React Weather App +A weather app made with React and OpenWeatherMap API +# Requirements +1. Get an API key from [OpenWeatherMap](http://openweathermap.org/) +1. Clone this repo +1. Add a .env file that contains the api key ```REACT_APP_WEATHER_API_KEY=your_api_key``` +1. Run ```npm install && npm start```