Skip to content

Commit

Permalink
add build status to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kfiku committed Jul 24, 2023
1 parent a7a6efd commit e7ee3c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
[<img src="http://npm.packagequality.com/badge/loanjs.png" align="right"/>](http://packagequality.com/#?package=loanjs)
[![NPM version](https://badge.fury.io/js/loanjs.svg)](http://badge.fury.io/js/loanjs)
![core gzip size](http://img.badgesize.io/https://unpkg.com/loanjs@1.0.1/dist/loan.min.js?compression=gzip&label=core%20gzip%20size)
![build status](https://github.com/kfiku/LoanJS/actions/workflows/node.js.yml/badge.svg)


Super **small** (**~500B**) and **fast** module to calculate loan in js (browser/node.js) for **equal**/**decreasing**/**annuity**/**annuityDue** installments, the **sum of interest**, etc, with TypeScript support

Expand Down

0 comments on commit e7ee3c4

Please sign in to comment.