Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mapquest/io

Package Overview
Dependencies
Maintainers
8
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mapquest/io

First, get started by [requesting an account from sales@mapquest.com](mailto:sales@mapquest.com?subject=MapQuest.io%20Account%20Request). Once you have an account, create a new Application, and store the App Secret and AppId. You'll need these two pieces

  • 0.3.21
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-75%
Maintainers
8
Weekly downloads
 
Created
Source

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.

FAQs

Package last updated on 11 May 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc