Skip to content

bookyacom/gigatool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gigatool API Wrapper Dependency Status

Gigatool API Wrapper, more about gigatool

Installation

npm install --save gigatool // not yet

Usage

Example

var gigatool = require('gigatool')(API_KEY);

// get all events by country
gigatool.country('Malaysia')
  .then(function(events) {
    // return all events in Malaysia from today
    // read gigatools doc for more information
  });

Options

API_KEY

Type: String
api key that is provided by gigatool

Releases

No releases published

Packages

No packages published