paubox-node-test
v1.0.0
Published
Web interface for testing Paubox Node SDK
Downloads
3
Readme
Paubox Node Test
Toy application to test changes to Paubox-node.
What is tested
- Sending a single message (with attachment)
- Getting Email Disposition
- Sending bulk messages
- Creating a dynamic template
Setup
Install
npmandnvmnvm useChange the
paubox-nodedependency inpackage.json. Note that you can point it to a specific branch that you wish to test. Example:"dependencies": { "paubox-node": "github:Paubox/paubox-node#the-branch-i-want-to-test" }Install dependencies, taking care to clear the cache and
package.lockfiles first:npm cache clean --force rm -rf node_modules rm package-lock.json npm installGenerate Paubox API credentials and insert them into a gitignored
.envfile:API_KEY=... API_USERNAME=...
Running the app
node index.jsThen navigate to http://localhost:3000 to see the results.
