This is a simple GraphQL API that removes the inconvenience of using the softkeyboard from the Banpro website and retreives basic information from the account.
Just clone the repo
git clone https://github.com/victorstein/banpro-api
add a .env file to the root containing the following schema:
PORT = 4000
NODE_ENV = development
After cloning cd into the directory and run :
npm install
npm run build
for just webpack compilation
when done run:
npm run dev
Feel free to contribute to the growth or enhancement of this repo by submitting a PR
Alfonso Gomez