This service operates as a controller for a live streaming camera module on Raspberry Pi.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- Clone this repository
- Open CLI
- Change into the cloned repository via CLI
- Execute
npm installon CLI
Congratulations! 🎉 - You are ready to start the program with the command node app.js. Alternatively you can run swagger project start, if you want an automatically restart of the server by changing files in this project. The command swagger project edit lets you edit the OpenAPI definition for this RESTful driven service. The service is reachable via HTTPS and HTTP at the port 10010 on the local machine (localhost) with /api/v1 as base path.
You can find the API documentation here.
At the moment, there are no automatic tests available. You can test the API via curl.
TODO
Feel free to contribute.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Tobias Straub
See also the list of contributors who participated in this project.
GNU Affero General Public License v3.0
No acknowledgments to show at the moment