Coder Social home page Coder Social logo

licenzo's Introduction


Licenzo

A driver's license identitfication number generator.

NPM

Usage

Node.js

var licenzo = require('licenzo');

var billNye = licenzo.md.generate("William", "Sanford", "Nye", "11", "27");
console.log(billNye);		//N-000-887-758-906 (MD Driver's License #)

var kateHudson = licenzo.md.generate("Kate", "Garry", "Hudson", "4", "19");
console.log(kateHudson);	//H-325-461-271-303 (MD Driver's License #)

var santaClaus = licenzo.md.generate("Santa", "", "Claus", "3", "15");
console.log(santaClaus);	//C-420-758-014-197 (MD Driver's License #)


var name = licenzo.{state abbreviation}.generate({params}); //format

Browser

<script src = "licenzo.js" type = "text/javascript"></script>
<script>
var md = licenzo.md.generate("William", "Sanford", "Nye", "11", "27");  //N-000-887-758-906
var wa = licenzo.wa.generate("Lawrence", "", "Tureaud", "5", "21", "1952");  //TUREAL*488K1
var fl = licenzo.fl.generate("Paul", "William", "Walker", "9", "12", "1973", "M"); //W426-699-73-332-0
var wi = licenzo.wi.generate("Chris", "Crosby", "Farley", "2", "16", "1964", "M"); //F640-1036-4056-00
</script>

Testing

npm test

States Currently Supported

  • Florida
    • (firstName, middleName, lastName, dobMonth, dobDay, dobYear, Sex {'M' or 'F'})
  • Maryland
    • (firstName, middleName, lastName, dobMonth, dobDay)
  • Washington
    • (firstName, middleName, lastName, dobMonth, dobDay, dobYear)
  • Wisconsin
    • (firstName, middleName, lastName, dobMonth, dobDay, dobYear, Sex {'M' or 'F'})

Credits

This software uses code from several open source packages.

  • Node.js
  • Alan De Smet - his site provided helpful information about the formatting and structure of some of these ID's

Maintainer

evan.vin  ·  GitHub @evanvin  · 

Disclaimer

I find this information very interesting, but it can be used to do bad things. Like Alan above, I made this project because I am interested in the numbers and structure behind our states driver's license numbers.

Using this information to fabricate fake identification is fraud! Don't be stupid and use this for greedy reasons.

licenzo's People

Contributors

evanvin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

licenzo's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.