• Stars
    star
    138
  • Rank 256,149 (Top 6 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 4 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Weather that's easy on the eyes
App logo

Landing page screenshot

build Deployment status Coverage Status

React Weather is a beautiful weather app built on top of the OpenWeatherMap API.

Getting started

  • Sign up over at openweathermap.org and get an API key.

  • Fork the project and clone it locally.

  • Install dependencies using pnpm:

    pnpm install
  • Create a file at the root of the project called .env.local with the following contents:

    VITE_API_URL = 'https://api.openweathermap.org/data/2.5'
    VITE_API_KEY = The API key you obtained from openweathermap.org
    VITE_ICON_URL = 'https://openweathermap.org/img/w'