https://github.com/ryanj/comtxt
Community SMS list management widget
https://github.com/ryanj/comtxt
Last synced: 11 months ago
JSON representation
Community SMS list management widget
- Host: GitHub
- URL: https://github.com/ryanj/comtxt
- Owner: ryanj
- Created: 2011-06-04T20:19:33.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-06-10T00:34:40.000Z (about 15 years ago)
- Last Synced: 2025-06-08T03:26:07.974Z (about 1 year ago)
- Language: JavaScript
- Homepage: comtxt.github.com
- Size: 98.6 KB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Comtext - SMS list management - updates from your Community Context
---------------------------------------------------------------
## License info: http://creativecommons.org/licenses/by/3.0/
## About
SMS list management for community organizers
## Installation
1. Install node
2. install npm
3. Run `npm install`
4. update settings `cp lib/settings/settings.example.js lib/settings/settings.js`
5. Run `node lib/server.js`
## Contributors
Tim - timsheiner [at] gmail.com
Alan - zzolo
Ryan - @ryanjarvinen
Keith - keith@tivon.tv
Lamont - lucidstudios
## Back-end Solutions
researching integration with:
* Twilio (npm support)
* slooce (npm support)
* Tropo
## Organizers
* initiate signup process, create community context
* community context page (hosted on our site)
** comtxt.no.de/community_context_name
** embed a comtxt widget into their existing site
* add billing info (pass)
* import contact list (pass)
## Community-members
* subscribe via SMS
* unsubscribe via SMS
* update prefs via web?
## Testing
* Using Expresso
* To run tests: `./node_modules/expresso/bin/expresso -I lib`