An open API service indexing awesome lists of open source software.

https://github.com/thereadonly/getbankdetailsfromifsc

PyIFSC - Python WebAssembly App
https://github.com/thereadonly/getbankdetailsfromifsc

banking ifsc pyodide python razorpay wasm wasm-python webassembly

Last synced: 2 months ago
JSON representation

PyIFSC - Python WebAssembly App

Awesome Lists containing this project

README

          

## PyIFSC - get Bank details using IFSC
Get almost all details of any Indian Bank from its [IFSC](https://en.wikipedia.org/wiki/Indian_Financial_System_Code).

### 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](https://github.com/thereadonly/getBankDetailsFromIFSC/actions/workflows/mirror.yml/badge.svg)](https://github.com/thereadonly/getBankDetailsFromIFSC/actions/workflows/mirror.yml)
2. Deployment Status - [![pages-build-deployment](https://github.com/thereadonly/getBankDetailsFromIFSC/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/thereadonly/getBankDetailsFromIFSC/actions/workflows/pages/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.