https://github.com/passy/tweetdock
An experiment architecting something like TweetDeck with Flight.
https://github.com/passy/tweetdock
Last synced: 10 months ago
JSON representation
An experiment architecting something like TweetDeck with Flight.
- Host: GitHub
- URL: https://github.com/passy/tweetdock
- Owner: passy
- License: mit
- Created: 2013-07-01T18:06:57.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T09:26:20.000Z (about 9 years ago)
- Last Synced: 2025-04-30T05:45:03.370Z (about 1 year ago)
- Language: JavaScript
- Size: 1.62 MB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# flight-tweetdock
> Toying around with [Flight](http://twitter.github.io/flight/) to build
> something similar to [TweetDeck](http://tweetdeck.com/).
Since I'm too lazy to build my own backend at the moment, this builds on top of
supertweet.net and you need to create an account there. After that, you need to
add your username and password to `app/js/config.js`. If this doesn't scare you
off, you can set it up with:
```bash
npm install & bower install
grunt server
```
Oh, and unfortunately MDV/Polymer isn't installable via bower yet, because it
has recursive dependencies (submodules and stuff). So, you need to manually
clone it:
```
git clone --recursive https://github.com/Polymer/mdv app/bower_components/mdv
```
There also is a `setup.sh` that automates those three steps.
## Screenshots


## License
MIT