This is a simple weather app that was built on the React framework.
To run it the app:
- Clone or Download the repository;
- Get an API key from https://openweathermap.org/api;
- By default, I used to keep the API key in the src/keys/apiKey.js. Add the key either to the same file, or change the directory in the WeatherList.js file.
- After adding the key, use the standard npm start command.
- To view the app, go to http://localhost:3000;
The app was created on the create-react-app boilerplate, so it may have some not needed modules.
Just to reiterate, this was created by an entry-junior level developer, so if you see any mistakes, just do a quick pull request. Appreciate it!
Piece!