Skip to content

charleyhine/ticketfly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ticketfly

A ruby implementation of the Ticketfly event and venue API.

simple consumption

gem 'ticketfly'

venues = Ticketfly::Venues.get_all

venue_events = venues.first.events

next_headliner = venue_events.first.headliners.first.name

event searching

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

venue = events.first.venue

coming soon

  • purchase API

  • artist database

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

About

A ruby implementation (gem) of the Ticketfly event and venue API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages