Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brunch/twitter
Simple twitter client built with brunch.
https://github.com/brunch/twitter
Last synced: 3 months ago
JSON representation
Simple twitter client built with brunch.
- Host: GitHub
- URL: https://github.com/brunch/twitter
- Owner: brunch
- Archived: true
- Created: 2012-03-29T22:39:55.000Z (almost 13 years ago)
- Default Branch: gh-pages
- Last Pushed: 2013-01-27T04:56:38.000Z (about 12 years ago)
- Last Synced: 2024-08-01T22:02:38.142Z (7 months ago)
- Language: JavaScript
- Homepage: brunch.io/twitter/public/
- Size: 1.04 MB
- Stars: 48
- Watchers: 5
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-repos - brunch/twitter - Simple twitter client built with brunch. (JavaScript)
README
# Tweet your brunch
Tweet your brunch is an example app built with [Brunch](http://brunch.io) &
[Brunch with Chaplin](https://github.com/paulmillr/brunch-with-chaplin).![](http://brunch.io/images/screenshots/twitter.png)
## Deprecation
**The application will stop working on December 1, 2012**
because of new Twitter’s clients policies.See [sunsetting anywhere](https://dev.twitter.com/blog/sunsetting-anywhere) blog post.
## Getting started
Clone the repo and run `npm install` & `brunch build`.
See more info on the [official site](http://brunch.io).## License
The MIT license.Copyright (c) 2013 Paul Miller (http://paulmillr.com/)
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.