Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dustin/ruby-summize
- Owner: dustin
- Created: 2008-07-04T08:19:37.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2008-12-07T01:50:11.000Z (about 16 years ago)
- Last Synced: 2024-10-11T14:15:53.855Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 97.7 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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}" }