Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ratings_aggregator

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ratings_aggregator

  • 0.0.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

ratings_aggregator

A ruby gem that aggregates the rating of a movie via OMDB

Installation

$ gem build ratings_aggregator.gemspec

$ [sudo] install ./ratings_aggregator-[VERSION].gem

Usage

Require the gem in your file

require ratings_aggregator

You must get your own OMDB key to use this gem

Create a new aggregator object

aggregator = RatingsAggregator::Base.new

Give it a valid OMDB key

aggregator.set_key('YOUR_KEY')

Get the aggregated score of a rating

aggregator.search('MOVIE_TITLE')

Note that if your search query returns multiple results, you will only get the data of the first movie in the query.

FAQs

Package last updated on 29 Mar 2018

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