Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ryanj/comtxt

Community SMS list management widget
https://github.com/ryanj/comtxt

Last synced: 18 days ago
JSON representation

Community SMS list management widget

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 - [email protected]
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`