bowline-twitter
bowline-twitter copied to clipboard
Bowline Twitter client
A Twitter client for Bowline.
More information about Bowline can be found here: http://github.com/maccman/bowline
Released under the same license as Bowline (MIT)
Only OSX and ubuntu at the moment. You'll also need Ruby 1.9.
Setup:
- Install gem
sudo gem install bowline
- Add credentials to application.yml
mv config/application.example.yml config/application.yml mate config/application.yml
- Bundle gems
gem bundle
To run:
script/run
To build .app:
script/build