smappi

Smappi SDK

Usage no npm install needed!

<script type="module">
  import smappi from 'https://cdn.skypack.dev/smappi';
</script>

README

Smappi Software Development Kit

travis

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