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

evtfl

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

evtfl

  • 0.1.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Evtfl

Installation

Add this line to your application's Gemfile:

gem 'evtfl'

And then execute:

$ bundle

Or install it yourself as:

$ gem install evtfl

Usage

# add your api key from Eventful

Eventful.configure('my_api_key')

# then search a band

radiohead = Eventful::Artist.search('radiohead')

# will return "A valid application key is required." if there is no valid api_key
# otherwise will return an Artist class with the following attributes: 
# name
# short_bio
# id
# url

# now search concerts

radiohead.concerts

# the concerts will be in an array you can loop over
# concerts have the following attributes:
# country
# city
# url
# title
# id

The artist fetched will be the most popular with the name provided. There are rare circumstances where it won't be your desired artist.

FAQs

Package last updated on 01 Jun 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