1.0.8 • Published 3 years ago

npm-address-jig v1.0.8

Weekly downloads
3
License
ISC
Repository
-
Last release
3 years ago

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

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago