Git Product home page Git Product logo

weawolf's Introduction

Weawolf

GitHub workflow status Code Coverage Maintainability Rating Reliability Rating Security Rating Vulnerabilities Maintenance Release License

A gorgeous weather app for your Mac, Linux, and Windows.

Buy me a coffee

Features

  • Beautiful and easy to use weather app
  • Supports multiple weather providers
  • Customizable weather locations
  • Provides only the information that matters - temperature, humidity, precipitation, wind speed and UV index
  • Hourly and daily forecast
  • Auto reload data and background image
  • Supports Celsius and Fahrenheit and different measurement units
  • ... and more. Check out the screenshots below!

Weather providers

Screenshots

macOS

macOS

Ubuntu

Ubuntu

Windows

Windows

Light theme

Light mode

Settings

Settings

More settings

Installation packages

OS Download URL
macOS https://github.com/ayltai/weawolf/suites/1268736189/artifacts/19514687
Linux https://github.com/ayltai/weawolf/suites/1268736189/artifacts/19514686
Windows https://github.com/ayltai/weawolf/suites/1268736189/artifacts/19514688

Development

Installation

  1. Install NodeJS
  2. Install dependencies
    npm i

Configurations

AccuWeather API

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

Dark Sky API

  1. Get an API key from Dark Sky (Dark Sky is no longer accepting new signups)
  2. Specify the API key for using Dark Sky:
    export REACT_APP_DARK_SKY_API_KEY=XXXXX

OpenWeatherMap API

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

Weatherbit API

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

Google Maps JavaScript API

  1. Go to Google Cloud Platform Console to get an API key
  2. Restrict your API key to the following APIs:
    • Geocoding API
    • Maps JavaScript API
    • Places API
  3. Specify the API key for using Google Maps JavaScript APIs:
    export REACT_APP_GOOGLE_MAPS_API_KEY=xxxxx

Unsplash API

Specify the URL of your Unsplash API proxy:

export REACT_APP_UNSPLASH_API_ENDPOINT=https://unsplash-api-proxy.appspot.com

How to run in development environment

npm run electron

How to create a production build

npm run build

How to create installation packages

For macOS:

npm run package:mac

For Linux:

npm run package:nix

For Windows:

npm run package:win

License

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

weawolf's People

Contributors

ayltai avatar dependabot-preview[bot] avatar dependabot[bot] avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.