tfk-utils-fix-address-for-seeiendom

2.0.9 • Public • Published

Build Status Coverage Status js-standard-style

tfk-utils-fix-address-for-seeiendom

Formats an address from dsf so seeiendom understands it. dsf will typically return Dream Street 48 D, 1732 Høtten and seeiendom needs Dream Street 48D, 1732 Høtten This module removes the whitespace between house number and house letter.

Installation

From npm

$ npm install tfk-utils-fix-address-for-seeiendom

From GitHub

$ git clone git@github.com:telemark/tfk-utils-fix-address-for-seeiendom.git

cd into directory and install dependencies

$ npm install

Usage

const fixAddress = require('tfk-utils-fix-address-for-seeiendom')
const address = 'Dream Street 48 D, 1732 Høtten'
 
console.log(fixAddress(address))
 
//=> Dream Street 48D, 1732 Høtten

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i tfk-utils-fix-address-for-seeiendom

Weekly Downloads

16

Version

2.0.9

License

MIT

Unpacked Size

4.63 kB

Total Files

7

Last publish

Collaborators

  • cybermelmac
  • maccyber
  • telemark
  • zrrrzzt