Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lilanga/booking-pal
Meeting room display system with booking assistant
https://github.com/lilanga/booking-pal
electron iot raspberry-pi reactjs redux
Last synced: 25 days ago
JSON representation
Meeting room display system with booking assistant
- Host: GitHub
- URL: https://github.com/lilanga/booking-pal
- Owner: Lilanga
- Created: 2023-09-25T10:49:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-13T21:50:58.000Z (about 1 year ago)
- Last Synced: 2023-11-14T12:40:33.886Z (about 1 year ago)
- Topics: electron, iot, raspberry-pi, reactjs, redux
- Language: JavaScript
- Homepage:
- Size: 1.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Booking pal
Raspberry PI powered meeting room display with a booking assistant
Room is free
Room is booked
Booking details
## Features* Display the current and next meeting
* Agenda
* Booking assistant
* Meeting room status
* Meeting link with QR code## Configuration
Booking Pal is using a service account key to connect to Google Calendar API. The service account key should be generated in JSON format and placed in config folder with the name of `service_key.json`.
To configure the service account for google calendar API, follow the steps below:
1. Go to [Google Cloud Console](https://console.cloud.google.com/)
2. Create a new project
3. Go to [Google Calendar API](https://console.cloud.google.com/apis/library/calendar-json.googleapis.com)
4. Enable the API
5. Go to [Google Cloud Console Credentials](https://console.cloud.google.com/apis/credentials)
6. Create a new service account
7. Download the service account key in JSON format and place it under config folder with the name of `service_key.json`> You may need to share your calendar with the service account email address.
Please refer to this documentation on how to configure the service account key: [https://developers.google.com/identity/protocols/oauth2/service-account](https://developers.google.com/identity/protocols/oauth2/service-account)
## Running the application
For the development setup, you can use webpack dev server to run the application logic with Hot Module Replacement (HMR) enabled.
```bash
npm run watch
```Then you can start the electron application with the following command:
```bash
npm run start
```## Building the application
Use the provided scripts to build the application then run the package scripts to bundle as a single electron app.
Build with production mode:
```bash
npm run build
```Package the application for Raspberry Pi (armv7l chipset):
```bash
npm run pack:pi
```### Base project
This project is based on the code of the awsome sitincator project which are no longer maintained. Hats off to the original authors of this [sitincator!](https://github.com/simplificator/sitincator)
Working copy is available at the fork of the repo at [sitincator](https://github.com/Lilanga/sitincator)
### Supporters
Project coding is encouraged by following artists with their awesome work:
* [Manic Street Preachers: Resistance Is Futile](https://open.spotify.com/album/1R2rsEUqXjIvAbzM0yHrxA)
* [Metallica: Metallica](https://open.spotify.com/album/2Kh43m04B1UkVcpcRa1Zug)
* [Maxthor: Another World](https://open.spotify.com/album/3tklE2Fgw1hCIUstIwPBJF)
* [CCR: CCR](https://open.spotify.com/artist/3IYUhFvPQItj6xySrBmZkd)
* [BonJovi: BonJovi](https://open.spotify.com/artist/58lV9VcRSjABbAbfWS6skp)