Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gasperlf/id-spain-faker-generator
- Owner: gasperlf
- License: apache-2.0
- Created: 2025-02-05T17:30:03.000Z (16 days ago)
- Default Branch: master
- Last Pushed: 2025-02-07T15:41:26.000Z (14 days ago)
- Last Synced: 2025-02-07T16:31:48.570Z (14 days ago)
- Topics: java-11, maven
- Language: Java
- Homepage: https://github.com/gasperlf/id-spain-faker-generator
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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