Skip to content

thereadonly/getBankDetailsFromIFSC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyIFSC - get Bank details using IFSC

Get almost all details of any Indian Bank from its IFSC.

Why?

An experimental project to test out WebAssembly using python, turned out as success. Basically, It Works!

Note: YMMV on load time ⌚ of Pyodide library on the home page only for first load of the page based your network bandwidth.

Resources Used

  1. Pyodide - https://pyodide.org/
  2. Razorpay - https://razorpay.com/
  3. WebAssembly - https://webassembly.org/

Status

  1. Sync Status - Make GitHub as mirror
  2. Deployment Status - pages-build-deployment
  3. Uptime Status - https://status.thereadonly.com

Hosted on CodeBerg. Mirrored by GitHub. Served by both

  1. https://sdk.codeberg.page/getBankDetailsFromIFSC
  2. https://thereadonly.github.io/getBankDetailsFromIFSC
  3. https://ifsc.thereadonly.com

Its funny, how github cannot see python used in the project if not separated by file type. Basically, the Language section on right of github repo page is blasphemous as it segregates projects based on filetype and not actual code used. So much for copilot, codespaces and dependabot being so intelligent.