V1: A weather web application which shows weather of countries all around the world.
V2: A weather search app which allows to get a place's and its nearby cities' weather & temperature.
Failed
Started on: 26 Jul 2020
Completed on: 28 Jul 2020
Last modified on: 28 Feb 2021
- React.js
- Bootstrap
- Sass
- Get weather & temperature info
- Get nearby cities and also their weather & temperature info
- Get place description (if available on wikipedia)
Get a free OpenWeather API key
First, sign up for an OpenWeather account.
Then, you can get your free API key here.
Now, clone the repository, then:
cd into the working directory and install dependencies:
cd React-Weather-App
npm i
Create a ".env" file in the root folder, then add this:
REACT_APP_API_KEY=`paste your api key here`
Back to the root directory and run the app:
npm start
- Get an accurate country/city image based on weather, season and/or temperature
Current Weather API
REST Countries API
MediaWiki API
Angel John