Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fdaciuk/boleto
Generates new bar code, adding due date and value.
https://github.com/fdaciuk/boleto
Last synced: about 1 month ago
JSON representation
Generates new bar code, adding due date and value.
- Host: GitHub
- URL: https://github.com/fdaciuk/boleto
- Owner: fdaciuk
- Created: 2016-02-19T11:38:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-25T13:10:44.000Z (over 8 years ago)
- Last Synced: 2024-09-15T17:43:48.761Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/boleto
- Size: 15.6 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# boleto
> Gera uma nova Linha Digitável, adicionando data de vencimento e valor.
## Nota importante
Esse módulo **NÃO TEM** relação com nenhum banco, e **SÓ FUNCIONA** com boletos que tenham os **14** dígitos finais iguais a zero (sem data de vencimento ou valor a pagar).
Use por sua própria conta e risco.
## Instalação
```console
[sudo] npm install -g boleto
```## Como usar
Digite `boleto` no console e siga as instruções. Será gerado uma nova **Linha Digitável**, com a data de vencimento e valor que você definir.
## Versão Web
https://rawgit.com/fdaciuk/boleto/master/index.html
## Bancos testados
- Santander
## Licença
[MIT License](https://github.com/fdaciuk/licenses/blob/master/MIT-LICENSE.md) © Fernando Daciuk