https://github.com/marcl/chatfuel-messages
Message builder for easy creation of Chatfuel responses
https://github.com/marcl/chatfuel-messages
chatbot chatfuel marketing messages messenger messenger-bot
Last synced: about 1 month ago
JSON representation
Message builder for easy creation of Chatfuel responses
- Host: GitHub
- URL: https://github.com/marcl/chatfuel-messages
- Owner: MarcL
- License: mit
- Created: 2018-04-05T08:57:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-24T21:22:40.000Z (about 8 years ago)
- Last Synced: 2025-10-24T16:30:55.471Z (8 months ago)
- Topics: chatbot, chatfuel, marketing, messages, messenger, messenger-bot
- Language: JavaScript
- Size: 135 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chatfuel-messages
[](https://travis-ci.org/MarcL/chatfuel-messages)
A simple message builder to create [Chatfuel messages](http://docs.chatfuel.com/plugins/plugin-documentation/json-api).
## Installation
The module is installed via `npm` or `yarn`:
```
npm install chatfuel-messages
```
or
```
yarn add chatfuel-messages
```
## Usage
TODO
## Running the tests
The unit tests can be run using `npm` or `yarn`:
```
npm test
yarn test
```
## Licence
This project is licensed under the MIT Licence - see the [LICENCE](LICENSE) file for details.