texterify-api
v0.1.3
Published
Node.js library for the Texterify API.
Readme
Texterify Node API
Development
Checkout the Texterify source code (https://github.com/chrztoph/texterify) and run
docker-compose buildto build the image chrztoph/texterify:test that we are going to use as a server in our tests.
We then start the server by running
docker-compose upTo execute the test you can then run
yarn testin a different shell.
Publishing
To create a new release run
yarn release