Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
surajsnanavare authored Mar 27, 2021
1 parent 420ef4e commit 96309d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# IFSC Finder
IFSC Finder is module based on Razorpay's API to get IFSC details. It provides simple way to get detailed as well as specific information for specific IFSC code.

[![Testcases](https://github.com/surajsnanavare/ifsc_finder/actions/workflows/node.js.yml/badge.svg)](https://github.com/surajsnanavare/ifsc_finder/actions/workflows/node.js.yml) [![Package Publish](https://github.com/surajsnanavare/ifsc_finder/actions/workflows/npm-publish.yml/badge.svg?branch=master)](https://github.com/surajsnanavare/ifsc_finder/actions/workflows/npm-publish.yml)


# Example Usage
```JS
var ifsc = require('ifsc-finder');
Expand Down Expand Up @@ -72,4 +75,4 @@ ifsc.get(IFSC_code, "bank").then(function(res){
Credt Suisse Bank
```

> **Currently available detail Ids** - CENTRE, IMPS, UPI, ADDRESS, STATE, DISTRICT, RTGS, MICR, NEFT, BRANCH, CITY, CONTACT, MICR, MICR CODE, BANK, BANKCODE, IFSC.
> **Currently available detail Ids** - CENTRE, IMPS, UPI, ADDRESS, STATE, DISTRICT, RTGS, MICR, NEFT, BRANCH, CITY, CONTACT, MICR, MICR CODE, BANK, BANKCODE, IFSC.

0 comments on commit 96309d0

Please sign in to comment.