feedbot-server

1.8.0-alpha.3 • Public • Published

Feedbot Server

This app exposes API for retrieval and updating of stored JSON bot definitions from table storage.

Example calls

Bot object structure is defined in feedbot/packages/schema package.

Authentication

Following environment variables can be used to enable Facebook authentication:

  • FACEBOOK_APP_ID
  • FACEBOOK_APP_SECRET
  • REALTIME_SERVER_URL - where realtime server is running
  • REALTIME_NAMESPACE - namespace of designer (prefix of botId)

Header Authorization: Bearer * is then checked against Facebook Graph API before every API call hander execution.

Design

REST calls are described in server/handlers/... and their services are respectively placed in server/data/... directory.

Readme

Keywords

none

Package Sidebar

Install

npm i feedbot-server

Weekly Downloads

15

Version

1.8.0-alpha.3

License

none

Unpacked Size

49.2 MB

Total Files

6265

Last publish

Collaborators

  • dvorakjan