Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BananoCoin/banano-cam
https://github.com/BananoCoin/banano-cam
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/BananoCoin/banano-cam
- Owner: BananoCoin
- Archived: true
- Created: 2020-03-22T01:17:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-18T09:01:36.000Z (7 months ago)
- Last Synced: 2024-06-30T08:02:04.905Z (4 months ago)
- Language: JavaScript
- Size: 279 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- banano-awesome - banano-cam - A no-sound camera, where any user can tip any other user. (Projects / Java)
README
# banano-cam
this project is a no-sound camera, where any user can tip any other user.
# add the following config file before you start:
./config.json
{
"cookieSecret": "",
"hashSecret": ""
}and override any parameters that are in the default config:
[scripts/config.json](scripts/config.json)
# run the following command to start:
npm start;
## to run in background, use the command:
npm run screenstart;
## to stop, use the command:
npm stop;
### to stop and restart, use the command:
npm run screenrestart;