Skip to content

Commit 0310158

Browse files
committed
Moved TODO down. Updated deps.
1 parent a2616b2 commit 0310158

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ Minimal framework/SDK for facebook messenger bots. BYOS (Bring Your Own Server).
1515
[![restify](https://img.shields.io/badge/restify-tested-brightgreen.svg?style=flat)](http://restify.com)
1616
[![http](https://img.shields.io/badge/http-tested-brightgreen.svg?style=flat)](https://nodejs.org/api/http.html)
1717

18-
## Work In Progress
18+
## Install
1919

20-
- TODO: fetch user info middleware
21-
- TODO: initialization actions (welcome page, menu, white-listing, etc)
20+
```
21+
npm install --save fbbot
22+
```
2223

2324
## Examples
2425

@@ -159,6 +160,13 @@ Fbbot.logger.output({
159160

160161
```
161162

163+
## TODO
164+
165+
- support for `read` and `echo` notification
166+
- add `airline` templates
167+
- fetch user info middleware
168+
- initialization actions (welcome page, menu, white-listing, etc)
169+
162170
## License
163171

164172
FBBot is released under the [MIT](LICENSE) license.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"homepage": "https://github.com/alexindigo/fbbot#readme",
4747
"devDependencies": {
4848
"coveralls": "^2.11.14",
49-
"eslint": "^3.5.0",
49+
"eslint": "^3.6.0",
5050
"express": "^4.14.0",
5151
"glob": "^7.1.0",
5252
"hapi": "^15.0.3",

0 commit comments

Comments
 (0)