/weather

Primary LanguageJavaScriptMIT LicenseMIT

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