Skip to content

meowstercatel/Forecast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.