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: 1 day ago
JSON representation

Lists

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;