Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/polamjag/miqrow
junk twitter client
https://github.com/polamjag/miqrow
Last synced: about 2 months ago
JSON representation
junk twitter client
- Host: GitHub
- URL: https://github.com/polamjag/miqrow
- Owner: polamjag
- Created: 2015-06-09T08:49:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-09T11:26:41.000Z (over 9 years ago)
- Last Synced: 2024-10-16T01:56:21.924Z (3 months ago)
- Language: Ruby
- Size: 113 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# miqrow
Twitter client made of Ruby + QML
## installing
```
$ git clone https://github.com/polamjag/miqrow.git
$ cd miqrow
$ bundle install
```### tip
you should set `prefix` for `qml` gem like:
```
$ bundle config build.qml --with-libffi-dir=$(brew --prefix libffi) --with-qt-dir=$(brew --prefix qt5)
```