Skip to content

React application that is using REST Countries API and Open Weather API 🌎

Notifications You must be signed in to change notification settings

silmu/countries-weather-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

53 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

React React Router JavaScript CI/CD

Countries & Weather 🌎 - React App

React application that is using REST Countries API and Open Weather API. It shows detailed information about countries. Today's weather is shown for the countries' capitals.

Getting started

! Important: To run this project you need to get a key from OpenWeather API.

  1. Clone repository
  2. Run npm install to install dependencies
  3. Create .env file.
  4. Add your own weather API key in the .env file:
"REACT_APP_API_KEY=YOUR_OWN_WEATHER_API_KEY_HERE"
  1. Run npm start to start the application

Tech stack

  1. React.js
  2. React router
  3. JavaScript