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

steam-web-api

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

steam-web-api

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Steam::Web::Api

Ruby interface to Valve's Steam web API

Installation

Add this line to your application's Gemfile:

gem 'steam-web-api'

And then execute:

$ bundle

Or install it yourself as:

$ gem install steam-web-api

Usage

To configure the gem, one must set the STEAM_API_KEY environment variable to the api key issued to you by Valve.

steam_user = Steam::Web::Api::User.new
steam_user.friends('76561197998193728')

Running tests

You must specify STEAM_API_KEY.

STEAM_API_KEY=123 rake spec

License

MIT

FAQs

Package last updated on 17 Feb 2017

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