/viberChatBotDemo

Viber Chat Bot simple Demo

Primary LanguageJavaScriptMIT LicenseMIT

Viber Chat Bot Demo

Viber Chat Bot simple Demo is an effort to utilize new Viber chat bot API.

It's only for demo purpose and will show simple interaction. If you like You can extend this code to add more chat bot wisdom.

Running tests

Jasmine is used for unit and integration tests.The existing tests are in the spec folder.

Run all the tests:

npm test

Run only some tests:

npm test -- filter=prefix

Get detailed hierarchical test name reporting:

npm test -- full