0.3.21 • Published 7 years ago

@mapquest/io v0.3.21

Weekly downloads
21
License
-
Repository
-
Last release
7 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

7 years ago

0.3.20

7 years ago

0.3.19

7 years ago

0.3.18

7 years ago

0.3.17

7 years ago

0.3.16

7 years ago

0.3.15

7 years ago

0.3.14

7 years ago

0.3.13

7 years ago

0.3.12

7 years ago

0.3.11

7 years ago

0.3.10

7 years ago

0.3.9

7 years ago

0.3.8

7 years ago

0.3.7

7 years ago

0.3.6

7 years ago

0.3.5

7 years ago

0.3.4

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago