Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dustin/ruby-summize

A ruby client for the summize conversational search engine.
https://github.com/dustin/ruby-summize

Last synced: about 2 months ago
JSON representation

A ruby client for the summize conversational search engine.

Awesome Lists containing this project

README

        

# A simple summize client for ruby.

## Example

require 'summize'

client = Summize::Client.new 'my-user-argent'
r = client.query 'search query'
r.each { |i| puts "#{i.text}" }