0.1.3 • Published 3 years ago

texterify-api v0.1.3

Weekly downloads
9
License
MIT
Repository
-
Last release
3 years ago

Texterify Node API

Development

Checkout the Texterify source code (https://github.com/chrztoph/texterify) and run

docker-compose build

to 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 up

To execute the test you can then run

yarn test

in a different shell.

Publishing

To create a new release run

yarn release