Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 522 Bytes

File metadata and controls

28 lines (16 loc) · 522 Bytes

A ruby implementation of the Ticketfly event and venue API.

gem 'ticketfly'

venues = Ticketfly::Venues.get_all

venue_events = venues.first.events

next_headliner = venue_events.first.headliners.first.name
events = Ticketfly::Events.search('SEARCH_STRING')       <- artist name or city string 

venue = events.first.venue
  • purchase API

  • artist database

Copyright © 2012 Charley Hine. See LICENSE.txt for further details.