w3wconverter
Advanced tools
Comparing version 1.0.2 to 1.0.21
{ | ||
"name": "w3wconverter", | ||
"version": "1.0.2", | ||
"version": "1.0.21", | ||
"description": "Coverts postcodes to lat-long coordinates via Google Places API, then into What3Words addresses.", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"watch": "nodemon server.js" | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
@@ -9,0 +8,0 @@ "license": "ISC", |
10
w3wc.js
@@ -1,6 +0,6 @@ | ||
const WebResponse = require('./web-response'); | ||
const W3WAddress = require('./w3w-address'); | ||
const ReadCsvFile = require('./read-csv-file'); | ||
const GoogleCoords = require('./google-coords'); | ||
const WriteNewCsvFile = require('./write-new-csv-file'); | ||
const WebResponse = require('./src/lib/web-response'); | ||
const W3WAddress = require('./src/lib/w3w-address'); | ||
const ReadCsvFile = require('./src/lib/read-csv-file'); | ||
const GoogleCoords = require('./src/lib/google-coords'); | ||
const WriteNewCsvFile = require('./src/lib/write-new-csv-file'); | ||
@@ -7,0 +7,0 @@ class W3WConverter { |
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
7001