https://github.com/cloud8421/applicants_brief
Brief readme
https://github.com/cloud8421/applicants_brief
Last synced: 11 months ago
JSON representation
Brief readme
- Host: GitHub
- URL: https://github.com/cloud8421/applicants_brief
- Owner: cloud8421
- Created: 2011-07-28T13:10:30.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-07-28T14:32:36.000Z (almost 15 years ago)
- Last Synced: 2025-03-02T13:26:31.672Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 87.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Message poster
Write a library that posts text messages to different services. The library must be configurable to write single messages to:
* 1). The file system
* 2). A simple REST service at [http://nb-data-store.heroku.com/](http://nb-data-store.heroku.com/)
* 3). A Twitter account at twitter.com/nbtest (nbtest1/nbtest) [https://dev.twitter.com/apps/1128588/show](https://dev.twitter.com/apps/1128588/show)
* 4). All of the above at once
Posted messages must return a identifier so they can be retrieved later (but retrieving is not part of this brief)
## USE CASE EXAMPLE
Use this library in a Rails app, to be configured from user settings to write to their preferred service
## To submit
Please for this project and work on your version.