An open API service indexing awesome lists of open source software.

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

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
```