0.1.1 • Published 6 years ago

zippybot v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

zippy.js

An experimental abstraction layer for chatbots on the Zipwhip platform

This will be the open-source framework bot developers use.

Ping-Pong bot

const Zippy = require("zippy");

new Zippy("appId", "appSecret", message => {
  if (message == "ping") {
    return "pong";
  }
}).start();
0.1.1

6 years ago

0.1.0

6 years ago