Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 932 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 932 Bytes

Forecast

A good-looking desktop app to check the current and future weather.
Big thanks to NRD for letting me use their figma designs.

How does it work

The website fetches weather information from a 3rd party website and then displays it to the user.

Goal

The goal of this project is to provide the user a nice-looking weather app.

User interaction

The user can check the weather and other information like wind speed, UV index, etc. That's pretty much it.

How to run

  1. Download NodeJS.
  2. Clone and navigate to the projects directory:
    git clone https://github.com/meowstercatel/Forecast && cd Forecast
    if you don't have git then you can download the project manually
  3. install yarn: npm i -g yarn
  4. Install requirements: yarn install
  5. Run yarn electron-dev
  6. The app will open automatically.