update README
This commit is contained in:
parent
0e78d9062e
commit
3720c2eca9
2 changed files with 13 additions and 0 deletions
11
README.md
11
README.md
|
|
@ -14,6 +14,17 @@ cd lamassu-server
|
|||
npm install
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
||||
```bash
|
||||
bin/ssu config smtp2go user pass toEmail
|
||||
bin/ssu config twilio accountSid authToken fromNumber toNumber
|
||||
bin/ssu set sms twilio
|
||||
bin/ssu set email smtp2go
|
||||
bin/ssu notify [email] [sms] # send email or sms alerts, or both
|
||||
bin/ssu config notifier lowBalanceThreshold # set low balance alert, in fiat
|
||||
```
|
||||
|
||||
## Running
|
||||
```sh
|
||||
node lib/app.js
|
||||
|
|
|
|||
|
|
@ -32,7 +32,9 @@
|
|||
"lamassu-coinfloor": "^0.1.2",
|
||||
"lamassu-config": "~0.4.0",
|
||||
"lamassu-identitymind": "^1.0.1",
|
||||
"lamassu-smtp2go": "^1.0.3",
|
||||
"lamassu-snapcard": "^0.1.7",
|
||||
"lamassu-twilio": "^1.0.3",
|
||||
"lodash": "^2.4.1",
|
||||
"minimist": "0.0.8",
|
||||
"node-uuid": "^1.4.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue