Table of Contents
- npm
npm install npm@latest -g
-
Get a free API Key at https://openweathermap.org/
-
Get a free API key at locationiq
-
Clone the repo
git clone https://github.com/voiceinthedark/React-Weather.git
-
Install NPM packages
npm install
-
Create a
.env
file at the root directory then add:REACT_APP_JSCHALLENGE08_API_KEY= 'open weather map key' REACT_APP_GEOCODING_API_KEY= 'locationiq key'
- Use the command
npm start
- open the browser at
http://localhost:3000
- Track location by geolocation
- Make user input city name to retrieve weather forcast
- Make the user click on a given day bar to go to a detailed day view
See the open issues for a full list of proposed features (and known issues).
Distributed under the MIT License. See LICENSE.txt
for more information.
Firas Abbas - [email protected]
Project Link: https://github.com/voiceinthedark/React-Weather