A weather forcasting app.
Make sure you have npm
or yarn
already installed.
Run the following command
git clone [email protected]:rahulpsingh/react-weather-app.git
Run the following command in the project's directory in order to install the depencies:
yarn
Copy the .env.sample
to .env
and update REACT_APP_OPENWEATHER_API_KEY
after obtaining it from openweathermap.
Run the following command in the same directory as the previous step:
yarn start
This should build the app and open a new browser window with the app running.
Run the following command to check the status of unit tests:
yarn start
You can check the demo at demo