https://github.com/elizabethsiegle/twilio-sms-github-action
https://github.com/elizabethsiegle/twilio-sms-github-action
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elizabethsiegle/twilio-sms-github-action
- Owner: elizabethsiegle
- License: mit
- Created: 2019-11-26T17:43:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T01:45:39.000Z (almost 3 years ago)
- Last Synced: 2025-02-01T11:24:02.620Z (8 months ago)
- Language: JavaScript
- Size: 624 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sms-action-demo
A basic Node.js application to demonstrate how to add the Twilio SMS action to it.
The project itself is a Node.js module that only exports one property called `ahoy` containing the string `Ahoy from Twilio!`. Additionally, it contains a test suite using `jest`.
## Contributing
This repository is intentionally lightweight to be used as an example for a blog post. Before opening any PRs, please create an issue to explain why the contribution is needed.
## License
MIT