https://github.com/cornersyrup/sit-down-please
図書館やネットカフェなど座席の貸し切りサービスのための IoT ソフトウェア
https://github.com/cornersyrup/sit-down-please
internet-of-things respberry-pi
Last synced: 9 months ago
JSON representation
図書館やネットカフェなど座席の貸し切りサービスのための IoT ソフトウェア
- Host: GitHub
- URL: https://github.com/cornersyrup/sit-down-please
- Owner: CornerSyrup
- License: mit
- Created: 2023-01-18T10:32:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-04T18:53:55.000Z (over 3 years ago)
- Last Synced: 2024-11-11T15:12:02.325Z (over 1 year ago)
- Topics: internet-of-things, respberry-pi
- Language: Vue
- Homepage:
- Size: 1.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: docs/README.en.md
- License: LICENSE
Awesome Lists containing this project
README
# Sit Down Please
[日本語](./README.md)
IoT software for sit rental services, like library and net cafe.
## Technologies
- Nuxt.js
- Flask
- Raspberry Pi
## Features
- Displays the current time
- Indicates whether the user is sitting or not
- Shows the duration of time the user has been seated
## Demonstrations



## Usage
### Installation
Clone from GitHub to install
```sh
git clone https://github.com/KleinChiu/sit-down-please.git
```
Alternatively, you can download zip from GitHub and decompress it.
But it will cause you harder to update.
Install dependencies
```sh
sh install.sh
```
### Execution
```sh
pm2 start ecosystem.config.json
```
## Note
This is an IoT project that is connected to a Raspberry pi.
## Contribution
If you want to contribute to the project, please feel free to submit a pull request.
## License
This project is licensed under the MIT License.
