Skip to content

pr0d33p/nexmo-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 39.3%
  • HTML 34.2%
  • CSS 26.5%