2.0.1 • Published 1 year ago

ssn-generator v2.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

SSN Generator

Hey, This Package Is Made For Generating SSN

I Get These SSN From An Website And I Scrape It

First You Have To Install It Using

npm i ssn-generator

Note: This Is An Async function you can use await with it you can require it using

const ssn_generator = require("ssn-generator");

Then you can run this using

ssn_generator();

Here Is An Example Of Await With It For Example I Am Using IIFE

(
    async() => {
        await ssn_generator()
    }
)()

It Should Return JSON Data Here Is A Example NOTE: I Used Information That I Got From My Package

[
  {
    name: 'Sanford Carolyne',
    ssn: '509-74-3282',
    gender: 'Female',
    birthday: '21/09/1984',
    birth_year: '1984',
    birth_month: '09',
    birth_day: '21',
    age: '39',
    address: '1468 Upton Isle Suite 759 Daijabury, KS 61598',
    state:"Kansas"
  },
  {
    name: 'Rolfson Jermain',
    ssn: '668-05-0694',
    gender: 'Male',
    birthday: '20/03/1989',
    birth_year: '1989',
    birth_month: '03',
    birth_day: '20',
    age: '34',
    address: "45970 O'Reilly Forge Suite 952 East Kristaville, GA 93343-9244",
    state:"Georgia"
  }
]

I Have Shown 2 Here But It Normally Return 20 SSN And Details I Scrape From This Website -- https://www.myfakeinfo.com/nationalidno/get-us-security-number-with-name.php

2.0.1

1 year ago

2.0.0

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago