Giter Site home page Giter Site logo

sunset-app's Introduction

SunsetApp

A simple tray app for Mac OS showing the current sunrise or sunset for given geolocation.


Setup

  1. Create ~/sunset-app.json file
{
  "latitude": 50.073658,
  "longitude": 14.41854
}
  1. Run the app

Notes

This app is built using Electron, which makes it kinda big (over 200 MB) although it's very simple. That's because I am lazy and I don't want to learn Objective-C and write the sunrise/sunset equation on my own. If you find a Rust / Go / JavaScript library or framework that can handle system bar changes for MacOS AND the equation for the times, please let me know.

The main target is MacOS since it can display text in the status bar, but the app will probably work on Linux & Windows as well (you have to build it on your own).

Development

git clone https://github.com/vojty/sunset-app
cd sunset-app
yarn install
yarn start

Packaging

yarn package:all # for MacOS
open out/SunsetApp-darwin-arm64/SunsetApp.app # M1
open out/SunsetApp-darwin-x64/SunsetApp.app # Intel

# you can build it for your own target
# https://github.com/electron/electron-packager#supported-platforms
./node_modules/.bin/electron-packager ./ --platform=<platform> --arch=<arch> --out=out --icon=./assets/icon.icns --overwrite

Credits

Sunrise/sunset calculation - https://github.com/mourner/suncalc

sunset-app's People

Contributors

vojty avatar

Watchers

 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.