boleto_parser
Instalação
npm install boleto_parser
yarn add boleto_barser
Uso
import { parse } from "boleto_parser";
const { parse } = require("boleto_parser");
Funções
parse()
Extrai as informações a partir da linha digitável ou da numeração do código de barras do boleto
import {parse} from 'boleto_parser';
parse('07790.00116 12064.449908 08159.365561 7 90020000015130');
{
expires_at: 2022-05-31T00:00:00.000Z,
amount_number: 151.3,
emitter: '0001/0644499',
logo: 'https://raw.githubusercontent.com/klawdyo/boleto_parser/main/banks/inter.png',
slug: 'inter',
bank: '077',
currency: '9',
mainChecksum: '7',
expirationFactor: '9002',
amount: '0000015130',
variablePart: '0001112064449900815936556',
agency: '0001',
type: '112',
clientCode: '0644499',
ourNumber: '0081593655',
dvOurNumber: '6'
}
isLine()
Verifica se o valor passado é uma linha digitável