Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-messenger-bot

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-messenger-bot - npm Package Compare versions

Comparing version 0.1.0 to 0.1.2

.npmignore

9

package.json
{
"name": "node-messenger-bot",
"version": "0.1.0",
"version": "0.1.2",
"description": "Messenger platform API for NodeJS",
"main": "index.js",
"main": "./lib/index.js",
"scripts": {
"test": "mocha ./test/"
},

@@ -19,2 +20,6 @@ "keywords": [

},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.5.3"
},
"repository": {

@@ -21,0 +26,0 @@ "type": "git",

# node-messenger-bot
Messenger platform API for NodeJS
[![npm](https://img.shields.io/npm/v/node-messenger-bot.svg?maxAge=2592000?style=plastic)](https://www.npmjs.com/package/node-messenger-bot/)
It helps you write bots for Facebook's Messenger Platform. It provides events for each input type (text, audio, image, video, location, postback, auth) also it allows you to use the 'Send API' in order to response to messenger users.
### Installation
To install the stable version:
```
npm install --save node-messenger-bot
```
This assumes you are using [npm](https://www.npmjs.com/) as your package manager.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc