README
Smappi Software Development Kit
Installation of Smappi SDK:
npm install -g smappi
Run Server to Development:
# run in terminal
smappi run localhost:8000
# test of work
curl http://localhost:8000/greeting?args=EXAMPLE
Run doctests:
cd tests
smappi test