Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christianwgd/eisadler-uhr
Desktop version website clock
https://github.com/christianwgd/eisadler-uhr
dortmund eisadler electron-app
Last synced: 2 days ago
JSON representation
Desktop version website clock
- Host: GitHub
- URL: https://github.com/christianwgd/eisadler-uhr
- Owner: christianwgd
- License: mit
- Created: 2021-02-19T12:43:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-29T12:10:49.000Z (5 months ago)
- Last Synced: 2024-08-29T13:35:49.286Z (5 months ago)
- Topics: dortmund, eisadler, electron-app
- Language: JavaScript
- Homepage: http://uhr.eisadler.com
- Size: 2.61 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
![Github All Releases](https://img.shields.io/github/downloads/christianwgd/eisadler-uhr/total.svg)
![](https://badgen.net/badge/platform/macos/green?icon=apple)
![](https://badgen.net/badge/platform/windows/green?icon=windows)
![](https://badgen.net/badge/platform/linux/green?icon=linux)# Eisadler Uhr
Desktop App der Eisadler Uhr
## Install
*macOS 10.10+, Linux, and Windows 7+ are supported (64-bit only).*
**macOS**
[**Download**](https://github.com/christianwgd/eisadler-uhr/releases/latest) the `.dmg` file.
**Linux**
[**Download**](https://github.com/christianwgd/eisadler-uhr/releases/latest) the `.AppImage` or `.deb` file.
*The AppImage needs to be [made executable](http://discourse.appimage.org/t/how-to-make-an-appimage-executable/80) after download.*
**Windows**
[**Download**](https://github.com/christianwgd/eisadler-uhr/releases/latest) the `.exe` file.
---
## Dev
Built with [Electron](https://electronjs.org).
### Run
```
$ npm install
$ npm start
```### Publish
```
$ npm run release
```