OSMify
⚠️ This project is NOT actively being developped
OpenStreetMap street address parser
OSMify
helps convert street address strings into a standard OSMaddr:*
format.
Usage
osmify('90 SPARKS ST')
/*
{
'addr:housenumber': '90',
'addr:street': 'Sparks Street'
}
*/