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

@mapquest/geocoding

Package Overview
Dependencies
Maintainers
4
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mapquest/geocoding - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

4

package.json
{
"name": "@mapquest/geocoding",
"version": "0.0.1",
"version": "0.0.2",
"description": "MapQuest Geocoding",

@@ -11,3 +11,3 @@ "main": "index.js",

"author": "Florin Alexandrescu",
"license": "UNLICENSED",
"license": "MIT",
"dependencies": {

@@ -14,0 +14,0 @@ "superagent": "^2.2.0"

# MQ Geocoding
A JavaScript interface to the MapQuest geocoding service. You must obtain a key before using this service.
A JavaScript interface to the MapQuest geocoding service. You must obtain a key before using this service. This module
can be used in the browser and server side.
```javascript
const GeocodingService = require('@mq/geocoding');
const GeocodingService = require('@mapquest/geocoding');
const client = new Geocoding({key: 'xxxxxxx'})

@@ -11,3 +12,3 @@

.then(result => {
console.log(result.addressString); //single line address
console.log(result.addressString); //single line address, ie: "1555 Blake St., Denver, CO 80204"
console.log(result.location); //geocoding service response

@@ -14,0 +15,0 @@ })

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