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

9 years ago

0.3.15

9 years ago

0.3.14

9 years ago

0.3.13

9 years ago

0.3.12

9 years ago

0.3.11

9 years ago

0.3.10

9 years ago

0.3.9

9 years ago

0.3.8

9 years ago

0.3.7

9 years ago

0.3.6

9 years ago

0.3.5

9 years ago

0.3.4

9 years ago

0.3.3

9 years ago

0.3.2

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago