Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreoav/brazilian-utils-service
A gRPC service for specific Brazilian businesses.
https://github.com/andreoav/brazilian-utils-service
brazilian-utils cnpj cpf generator golang grpc protocol-buffers validator
Last synced: 22 days ago
JSON representation
A gRPC service for specific Brazilian businesses.
- Host: GitHub
- URL: https://github.com/andreoav/brazilian-utils-service
- Owner: andreoav
- License: mit
- Created: 2019-04-05T23:51:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-05T20:47:48.000Z (over 1 year ago)
- Last Synced: 2024-11-07T19:52:51.400Z (2 months ago)
- Topics: brazilian-utils, cnpj, cpf, generator, golang, grpc, protocol-buffers, validator
- Language: Go
- Homepage:
- Size: 2.18 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :brazil: Brazilian Utils gRPC Service
This project exposes Brazilian Utils as a gPRC Service using Go.
## Features
This is the roadmap for the first release
- [x] CPF Generation
- [x] CPF Validation
- [ ] CNPJ Generation
- [ ] CNPJ Validation
- [ ] Tests## Preview
In this preview I'm using the awesome [BloomRPC](https://github.com/uw-labs/bloomrpc) as a GUI client to connect to the gRPC service.
## License
[MIT](LICENSE)