Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 766 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 766 Bytes

Simple Weather React App

This is a simple weather app that was built on the React framework.

To run it the app:

  1. Clone or Download the repository;
  2. Get an API key from https://openweathermap.org/api;
  3. 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.
  4. After adding the key, use the standard npm start command.
  5. 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!