Simple node utilities to speed up local development with Econic services.
< Node 13.8.0
Install npm libs:
npm install
Run the web server:
node main.js
Sending a GET
request to localhost:8081/signature/<your private key>
will
return an Econic Signature valid for 30 seconds.
By default the application exposes a REST interface in port 8081
.
You can change this port in the main.js
file.