New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

live-search

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

live-search

  • 0.0.3
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

LiveAPI.application_id = "YOU_APPLICATION_ID"

search = LiveAPI::Search.web("seo")

results = search.results #=> 50 happy results :)

results.each do |result|

puts result.title

puts result.description

puts result.url

puts result.display_url

end

search.total #=> Total number of results returned

You can also provide options in the second parameter. Example:

LiveAPI::Search.web("seo", :Count => 25, :Offset => 26) #=> Returns 25 results instead of our default 50 and starts on the 2nd page

See LiveAPI::Search::Request for query options.

For more information on the API, visit: http://dev.live.com/livesearch/

=== Contact

info@rubyskills.com if you're looking for some extra help

FAQs

Package last updated on 25 Jul 2009

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc