Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/craigsdennis/homepage-automation
Send commands to a website from any challenge. This is my Twilio track jacket app.
https://github.com/craigsdennis/homepage-automation
autopilot realtime-updates sync twilio twilio-api twilio-autopilot
Last synced: 10 days ago
JSON representation
Send commands to a website from any challenge. This is my Twilio track jacket app.
- Host: GitHub
- URL: https://github.com/craigsdennis/homepage-automation
- Owner: craigsdennis
- Created: 2019-01-31T22:27:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-08T21:22:28.000Z (almost 6 years ago)
- Last Synced: 2024-11-07T10:20:12.737Z (2 months ago)
- Topics: autopilot, realtime-updates, sync, twilio, twilio-api, twilio-autopilot
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Home(page) Automation
You know that part of freelancing where the client wants to constantly tweak things. Here is a assistant-based solution to the problem.
[Give it a spin](https://craigsdennis.github.io/homepage-automation). Call or text the number in the footer.
## Learn more
This [experiment](https://craigsdennis.github.io/homepage-automation) is built using a smattering of [Twilio](https://twilio.com) offerings.
First and foremost, this is leaning very heavily on [Autopilot](https://twilio.com/autopilot). This is what creates the bot like experience through many channels of communication.
This project is also [Serverless](https://www.twilio.com/docs/glossary/what-is-serverless-architecture). I'm hosting on GitHub pages, and making use of Twilio [Functions](https://twilio.com/functions).
The realtime data is being provided via a product named [Twilio Sync](https://twilio.com/sync). Any item added to the `Sync` `List` is then handled by any functions that subscribe to specific commands.