Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 24 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-24T21:22:40.000Z (over 6 years ago)
- Last Synced: 2024-10-12T21:52:07.826Z (25 days ago)
- Topics: chatbot, chatfuel, marketing, messages, messenger, messenger-bot
- Language: JavaScript
- Size: 135 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chatfuel-messages
[![Build Status](https://travis-ci.org/MarcL/chatfuel-messages.svg?branch=master)](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.