angular-bandsintown-api-factory is an angularjs module with a bandsintown v2 api factory.
Author: Jonathan Hornung (JohnnyTheTank)
Usage
- Install via either bower, npm or downloaded files:
bower install --save angular-bandsintown-api-factory
npm install --save angular-bandsintown-api-factory
- download angular-bandsintown-api-factory.zip
- Add
jtt_bandsintown
to your application's module dependencies. - Include dependencies in your HTML.
- When using bower:
- When using npm:
- when using downloaded files
- Use the factory
bandsintownFactory
factory methods
getArtist
Get all parameters here
// all parameters: http://bandsintown.com/api/requests#artists-getbandsintownFactory;
getEvents
Get all parameters here
// all parameters: http://bandsintown.com/api/requests#artists-eventsbandsintownFactory;
Get all parameters here
// all parameters: http://bandsintown.com/api/requests#artists-event-searchbandsintownFactory;
Get all parameters here
// all parameters: http://bandsintown.com/api/requests#artists-recommended-eventsbandsintownFactory;
Bandsintown V2 JSON API
Docs: http://bandsintown.com/api/requests
License
MIT