https://github.com/vividvilla/bankr
Full text search engine written in Go to find any bank details in India by IFSC, Name, Address etc.
https://github.com/vividvilla/bankr
api go golang
Last synced: over 1 year ago
JSON representation
Full text search engine written in Go to find any bank details in India by IFSC, Name, Address etc.
- Host: GitHub
- URL: https://github.com/vividvilla/bankr
- Owner: vividvilla
- License: mit
- Created: 2017-03-28T19:57:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-10T21:47:15.000Z (about 9 years ago)
- Last Synced: 2025-03-19T02:45:31.550Z (over 1 year ago)
- Topics: api, go, golang
- Language: JavaScript
- Homepage: https://bankr.io
- Size: 142 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Bankr
=====
Simple search engine for finding details about all banks in India.
Motivation
==========
Written on Golang as an excerice for learning Golang and full text searching using [bleve](http://www.blevesearch.com/)
Credits
=======
[Rbiparser](https://github.com/knadh/rbiparser)