Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sevazhidkov/ruby-loklak-api
- Owner: sevazhidkov
- License: mit
- Created: 2015-12-11T18:23:20.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-11T19:21:38.000Z (almost 9 years ago)
- Last Synced: 2024-10-02T15:37:44.551Z (about 1 month ago)
- Language: Ruby
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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]).