https://github.com/becklyn/sipgate-besetzlampenfeld-app
An electron app, wrapping the "Besetztlampenfeld" website by sipgate, adding notifications for your Desktop
https://github.com/becklyn/sipgate-besetzlampenfeld-app
Last synced: 3 months ago
JSON representation
An electron app, wrapping the "Besetztlampenfeld" website by sipgate, adding notifications for your Desktop
- Host: GitHub
- URL: https://github.com/becklyn/sipgate-besetzlampenfeld-app
- Owner: Becklyn
- License: bsd-3-clause
- Created: 2016-06-10T09:16:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-10T09:19:07.000Z (almost 9 years ago)
- Last Synced: 2025-01-14T03:13:57.543Z (4 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Build during development
========================```bash
npm start
```Build for distribution
======================Install `electron-packager`:
```bash
npm install -g electron-packager
```And then run:
```bash
electron-packager . "Your app name" --platform=darwin --arch=x64
```