Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 440 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 440 Bytes

Botsponder

Botsponder is a very simple demonstration of a service that handles and responds to intents formatted for api.ai.

Running

To run botsponder on its default port, simply call:

$ lein run -m botsponder.service

Otherwise, you may specify a port with -p:

$ lein run -m botsponder.service -p 5555

Tests

Botsponder comes with a few example tests. To run these tests, try:

$ lein test