Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

BananoCoin/banano-cam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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": "<your secret here>",
  "hashSecret": "<your secret here>"
}

and override any parameters that are in the default config:

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;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published