Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 332 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 332 Bytes

wigle2geojson

Convert WiGLE API format to GeoJSON

Install

$ npm install wigle2geojson
import wigleToGeojson from 'wigle2geojson';
//or
const wigleToGeojson = require('wigle2geojson');

let geojsonCollection = wigleToGeojson(wigleApiResponse);