@mapquest/geocoding
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "@mapquest/geocoding", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "MapQuest Geocoding", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -7,3 +7,3 @@ # MQ Geocoding | ||
```javascript | ||
const GeocodingService = require('@mapquest/geocoding'); | ||
const Geocoding = require('@mapquest/geocoding'); | ||
const client = new Geocoding({key: 'xxxxxxx'}) | ||
@@ -10,0 +10,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9811