0.2.1 • Published 12 years ago

tugg-api v0.2.1

Weekly downloads
7
License
-
Repository
-
Last release
12 years ago

tugg-api - Tugg API node module

Calls to the Tugg API for Nodejs.

Installation

To install via NPM type the following: npm install tugg-api

You can also install via git by cloning: git clone https://github.com/lukewendling/tugg-api.git /path/to/project

Usage

var TuggApi = require('./index');
var helper = require('./api_helper');

var tugg = new TuggApi({api_key: API_KEY});

tugg.event(TUGG_EVENT_ID, function(err, res) {
  var event = helper.parseJSONResponse('event', res);
  console.log(event);
});

Current Features

This module is limited to the following API methods:

  • events
  • titles
0.2.1

12 years ago

0.2.0

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago