We need more apps for NPWD
Here’s a very basic money sender application.
Features
- Configuration options
- Translations
- Select recipient from your contacts.
Configuration preview:
{
"bankName": "Bank of Your Server",
"debug": true,
"limits": {
"minAmount": 25,
"maxAmount": 1000
},
"locale": {
"currency": "USD",
"language": "en"
},
"translations": {
"send": "Send",
"history": "History",
"recipient": "Recipient",
"amount": "Amount",
"home": "Home",
"recieved": "Recieved",
"sent": "Sent",
"date": "Date",
"from": "From",
"to": "To",
"error_recipientIsRequired": "Recipient is required",
"error_amountIsRequired": "Amount is required",
"error_amountMustBeANumber": "Amount must be a number",
"error_amountMustBeGreaterThanMinAmount": "Amount must be greater than {{minAmount}}",
"error_amountMustBeLessThanMaxAmount": "Amount must be less than {{maxAmount}}",
"error_cantSendToYourself": "You can't send money to yourself",
"error_notEnoughFunds": "You don't have enough funds",
"error_receipientDoesNotExist": "Recipient does not exist"
}
}
Installation details:
send_app.zip (489.2 KB)
- Get latest NPWD: Release NPWD 3.13.0 · project-error/npwd · GitHub
- drag & drop
send_app
into resource folder - Configure Framework.json
- Inside NPWD,
config.json
: addsend_app
toapps
.
Other resources: