Skip to content
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 341 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 341 Bytes

sasara

Sasara (ささら) notifies you of Barter.vg trade offers. This is the newer, JavaScript-based version.

Installing + running

npm install
node index.js -a username -p password

Daemonize Sasara

npm i -g forever
forever start -l forever.log -o sasara.log index.js -a username -p password

License

GNU GPL v3