node-messenger-bot
Advanced tools
Comparing version 0.1.0 to 0.1.2
{ | ||
"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. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6791
7
16
2
1