Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.