https://github.com/maxchehab/phelia-message-example
https://github.com/maxchehab/phelia-message-example
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxchehab/phelia-message-example
- Owner: maxchehab
- License: mit
- Created: 2020-04-22T16:50:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T13:39:30.000Z (over 2 years ago)
- Last Synced: 2025-02-12T13:45:44.614Z (3 months ago)
- Language: TypeScript
- Size: 82 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```