Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/polamjag/miqrow

junk twitter client
https://github.com/polamjag/miqrow

Last synced: about 2 months ago
JSON representation

junk twitter client

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)
```