Skip to content

Latest commit

 

History

History
executable file
·
19 lines (12 loc) · 321 Bytes

File metadata and controls

executable file
·
19 lines (12 loc) · 321 Bytes

tm-api

Node.js modules for Ticketmaster Open platform APIs

Installation

First install with npm

npm i tm-api --save

To require in projects;

var TMAPI = require('tm-api');

TMAPI.setAPIKey("my-consumer-key");
TMAPI.setSecret("my-consumer-secret");

var promise = TMAPI.events.search('Rihanna');