/kenyan-banks

An API that provides Kenyan bank logos, slug and code.

Primary LanguageTypeScriptMIT LicenseMIT

Kenyan Banks

Usage

  • Get all banks info with their slugs

Make a GET request to https://kenyan-banks.onrender.com

  • Get single bank info

Make a GET request with the bank_code as query param to https://kenyan-banks.onrender.com/bank

Prerequisites

  • Nodejs installed on your machine

Installation

  • Clone the repository
git clone https://github.com/dxphilo/kenyan-banks.git

How to start

  1. Create a copy of example.env named .env
  2. yarn install
  3. yarn run dev
  4. Start adding stuff

Commands

  • yarn start - Starts the app. Needs to be builded first
  • yarn run build - Builds the app (typescript compilation)
  • yarn run dev - Starts nodemon (Auto-restart on changes with auto-rebuild)

Contributors

Authors

License

This project has been inspired by Ichtrojan's Nigerian banks

Thanks to Christos for maintaing the template used for this project.

MIT