xcerox / weather

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:JavaScript 89.7%Language:HTML 6.5%Language:CSS 3.8%