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

https://github.com/maxchehab/phelia-message-example


https://github.com/maxchehab/phelia-message-example

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

        

# phelia-message-example

This is an example project showcasing how to send a simple interactive message using [Phelia](https://github.com/maxchehab/phelia). Considering reading Phelia
s [Getting Started guide](https://github.com/maxchehab/phelia/blob/master/docs/getting-started.md) to learn more.

```bash
$ git clone https://github.com/maxchehab/phelia-message-example
$ cd phelia-message-example
$ yarn
$ cp .env.example .env
```