0.3.21 • Published 8 years ago

@mapquest/io v0.3.21

Weekly downloads
21
License
-
Repository
-
Last release
8 years ago

First, get started by requesting an account from sales@mapquest.com. Once you have an account, create a new Application, and store the App Secret and AppId. You'll need these two pieces of information to get started with the Node SDK.

Installation

Install using npm:

npm install --save @mapquest/io

Usage

First require the library:

let mqioSdk = require('@mapquest/io');

Then create a context using the app secret and id:

let $mqioApp = new mqioSdk.ApplicationContext('{appId}', '{secret}');

You can then interact with the different services, as in the following examples.

Documentation

You can find out more and see examples at the MapQuest.io documentation.

0.3.21

8 years ago

0.3.20

8 years ago

0.3.19

8 years ago

0.3.18

8 years ago

0.3.17

8 years ago

0.3.16

8 years ago

0.3.15

8 years ago

0.3.14

8 years ago

0.3.13

8 years ago

0.3.12

8 years ago

0.3.11

8 years ago

0.3.10

8 years ago

0.3.9

8 years ago

0.3.8

8 years ago

0.3.7

8 years ago

0.3.6

8 years ago

0.3.5

8 years ago

0.3.4

8 years ago

0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago