Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gasperlf/id-spain-faker-generator


https://github.com/gasperlf/id-spain-faker-generator

java-11 maven

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

# Spain DNI Generator

Generate different types of ID number for Spain like NIE, NIF and DNI

## Requirements
Java 11 +

## How to use it?

````java
// NIE example
Generator generator = new Generator();
String nie = generator.nie();

// NIF example
String nif = generator.nif();

// CIF Example
String cif = generator.cif();

````

## Contributing

## Versioning
| Version | Description | status |
|---------|----------------------------------|-------------|
| 1.0.0 | Generate DNI, NIE and CIF number | UnPublished |

## Authors
* **Lewis Florez Renza**

## License

## Acknowledgments

## Additional notes