npm-address-jig

Simple address jigging

Usage no npm install needed!

<script type="module">
  import npmAddressJig from 'https://cdn.skypack.dev/npm-address-jig';
</script>

README

Address Jig

Address Jig is a simple package created to easily generate a random address suffix for a specified address.


Currently supports:

  • Street
  • Road
  • Avenue
  • Drive
  • Place
  • Court
  • Drive
  • Lane
  • Way

Installation

$ npm install npm-address-jig

Usage

var npmAddressJig = require("npm-address-jig");
console.log(npmAddressJig.street());
console.log(npmAddressJig.road());
var x = npmAddressJig.place();
console.log(x);

>> "Strt"
>> "Rd"
>> "Plae"

NPM package