Skip to content
/ stormy Public

A gorgeous weather forecast menubar app for macOS

License

Notifications You must be signed in to change notification settings

ayltai/stormy

Repository files navigation

Stormy

GitHub workflow status Coverage Violations Tech debt Quality gate Maintainability rating Reliability rating Security rating Vulnerabilities Vulnerabilities Maintenance Release License

A gorgeous weather forecast menubar app for macOS.

Features

  • Beautifully designed and easy to use weather app
  • Current conditions, hourly and daily forecasts
  • Supports multiple weather providers
  • Provides only the information that matters to you
  • Automatically refresh latest weather data
  • Supports metric and imperial units
  • Dark and light mode
  • ... and more!

Weather providers

Screenshots

Dark mode

Light mode

Development

  1. Install NodeJS
  2. Install dependencies
    npm i --legacy-peer-deps

Configurations

AccuWeather API

  1. Get an API key from AccuWeather
  2. Specify the API key for using AccuWeather:
    export REACT_APP_API_KEY_ACCUWEATHER=XXXXX

OpenWeatherMap API

  1. Get an API key from OpenWeatherMap
  2. Specify the API key for using OpenWeatherMap:
    export REACT_APP_API_KEY_OPENWEATHERMAP=XXXXX

HERE API

  1. Get an API key from HERE
  2. Specify the API key for using HERE:
    export REACT_APP_API_KEY_HERE=XXXXX

Unsplash API

  1. Get an API key from Unsplash
  2. Specify the API key for using Unsplash:
    export REACT_APP_API_KEY_UNSPLASH=XXXXX

Run

  1. Open a terminal window and run:
    npm start
  2. Open a second terminal window and run:
    npm run electron

Build

npm run build

Package

npm run package

License

This project is licensed under the terms of the MIT license.