Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sevazhidkov/ruby-loklak-api

Ruby wrapper for loklak.org API - distributed tweet search server
https://github.com/sevazhidkov/ruby-loklak-api

Last synced: 11 days ago
JSON representation

Ruby wrapper for loklak.org API - distributed tweet search server

Awesome Lists containing this project

README

        

# Loklak
Node.js wrapper for loklak.org API - [distributed tweet search server](https://github.com/loklak/loklak_server)

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'loklak'
```

And then execute:
```
bundle
```

Or install it yourself as:
```
gem install loklak
```

## Usage
```
require 'loklak'
```
### Hello
```
Loklak.hello()
```
### Status
```
Loklak.status()
```
## Contact
Send me a message in Telegram: [@sevazhidkov](https://telegram.me/sevazhidkov).

Or in Twitter: [@sevazhidkov](https://twitter.com/sevazhidkov).

Or E-mail: [[email protected]](mailto:[email protected]).