seanabrahams / elixir-bandsintown

Elixir library for Bandsintown V2 API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bandsintown

Elixir library for bandsintown.com's V2 API.

This library is open source (MIT License) and welcomes contributions!

Installation

  1. Add bandsintown to your list of dependencies in mix.exs:
  def deps do
    [{:bandsintown, git: "https://github.com/seanabrahams/elixir-bandsintown.git"}]
  end
  config :bandsintown,
    app_id: "Your Bandsintown App ID"

Usage

Bandsintown.Artists.get(artist: "radiohead")
Bandsintown.Artists.events(artist: "radiohead", date: "2017-01-01")
Bandsintown.Artists.events_search(artist: "radiohead", location: "San Francisco, CA", date: "2017-01-01")
Bandsintown.Artists.recommended_events(artist: "radiohead", location: "San Francisco, CA", date: "2017-01-01")

About

Elixir library for Bandsintown V2 API

License:MIT License


Languages

Language:Elixir 100.0%