prdp1137 / nexmo-bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NexmoBot

feedbot

Prerequisites

  • Node 7.4.0
  • Redis 3.2.x
  • Yarn
  • API.ai account
  • Pusher application
  • Nexmo account & virtual number

Prerequisites (development)

  • Ngrok or similar
  • Nexmo CLI

Setup

$ cp .env.example .env
$ yarn install

Edit the variables in .env to match your credentials and phone number.

For development start ngrok and point your number to your number to your endpoint:

$ nexmo link:sms 447700900000 https://example.ngrok.io/sms

Run

$ npm start

Contributing

Contributions are welcome, please follow GitHub Flow

About

License:MIT License


Languages

Language:JavaScript 39.3%Language:HTML 34.2%Language:CSS 26.5%