Skip to content

xcerox/weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather

in this project, we will have a simple weather client in which we can look for cities and see their temperature, pressure, humidity.

Settings

  • create a file Keys.json in ./src/util/constants/
  • add to key.json
    {
      "OPENWEATHERMAP_API": "Here your personal key from openweathermap.org"
    }
  • issue: npm install | npm start
  • and finally enjoy it.

Showing

React App