0.2.1 • Published 6 years ago

izi-travel-api v0.2.1

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

izi-travel-api

A small library that makes the izi-travel-api a little easier Examples: https://github.com/JustinPMitchell/izi-travel-api-example

Installation

npm install izi-travel-api

Usage

var izi = require('izi-travel-api');

var clientObject = {};

/ Objects are rendered and manipulated here / function iziCallback(iziObject) { / the iziObject stores information that was difficult to find in the api / console.log("CLIENT CODE: " + iziObject.iziTitle0); clientObject = iziObject; }

/ This call will store one Amsterdam tour object in iziObject / izi.iziCall("Amsterdam", apiKey, iziCallback);

Object

iziObject = {
  iziOriginal: [],
  iziTitle: [],
  iziType: [],
  iziLatitude: [],
  iziLongitude: [],
  iziCountry: [],
  iziDescription: [],
  imageFile: [],
}

Tests

npm test

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

0.2.1

6 years ago

0.1.24

6 years ago

0.1.23

6 years ago

0.1.22

6 years ago

0.1.21

6 years ago

0.1.20

6 years ago

0.1.19

6 years ago

0.1.18

6 years ago

0.1.17

6 years ago

0.1.16

6 years ago

0.1.15

6 years ago

0.1.14

6 years ago

0.1.13

6 years ago

0.1.12

6 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago