osmify
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

OSMify

Build Status Coverage Status npm version MIT licensed

Standard - JavaScript Style Guide

OpenStreetMap street address parser

OSMify helps convert street address strings into a standard OSM addr:* format.

Install

npm

$ npm install --save osmify

web browser

<script src="https://unpkg.com/osmify/osmify.min.js"></script>

Usage

osmify('90 SPARKS ST')
/*
{
  'addr:housenumber': '90',
  'addr:street': 'Sparks Street'
}
*/

API

References

Readme

Keywords

none

Package Sidebar

Install

npm i osmify

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • deniscarriere