Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maccman/bowline-twitter
Bowline Twitter client
https://github.com/maccman/bowline-twitter
Last synced: 2 days ago
JSON representation
Bowline Twitter client
- Host: GitHub
- URL: https://github.com/maccman/bowline-twitter
- Owner: maccman
- Created: 2009-07-15T17:14:58.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-06-14T17:02:53.000Z (over 14 years ago)
- Last Synced: 2024-08-02T16:53:36.293Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 1000 KB
- Stars: 112
- Watchers: 7
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
- my-awesome-github-stars - maccman/bowline-twitter - Bowline Twitter client (JavaScript)
README
A Twitter client for Bowline.
More information about Bowline can be found here:
http://github.com/maccman/bowlineReleased under the same license as Bowline (MIT)
Only OSX and ubuntu at the moment. You'll also need Ruby 1.9.
Setup:
1) Install gem
>> sudo gem install bowline
2) Add credentials to application.yml
>> mv config/application.example.yml config/application.yml
>> mate config/application.yml
3) Bundle gems
>> gem bundleTo run:
>> script/runTo build .app:
>> script/build