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
- Host: GitHub
- URL: https://github.com/thereadonly/getbankdetailsfromifsc
- Owner: thereadonly
- License: mit
- Created: 2025-03-14T14:21:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-04T08:57:29.000Z (about 1 year ago)
- Last Synced: 2025-04-04T09:34:05.216Z (about 1 year ago)
- Topics: banking, ifsc, pyodide, python, razorpay, wasm, wasm-python, webassembly
- Language: JavaScript
- Homepage: https://thereadonly.github.io/getBankDetailsFromIFSC/
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 - [](https://github.com/thereadonly/getBankDetailsFromIFSC/actions/workflows/mirror.yml)
2. Deployment Status - [](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.