See commit history on Github for change history
- Migrate project to typescript
- Add generic banks to the package
- implement method to get all banks
- change bank format to include universal CBN transaction code
- remove redundant banks such as Skye Bank
- add method to fetch single bank via slug or code
- add callback functionality - giving the user ability to fetch response via callbacks or normally
- make use of a
json
data store instead of just a script - add helper functions to the NGBanks class
- remove non-existent banks
- update the database to reflect new banks
- add CBN bank lists to README for future reference
- update tests to use proper assertions