Under Development 🔨
This is a backbone of Klifu. This acts as a datastore for our game data, which will be priodically changed to update the game.
Klifu API is built on nodejs, and is using express, to run it localy you would need nodeJS installed in you local system. To download NodeJS click here
To run the application on your local machine follow these steps
- After successfully cloning the repo,
- run
npm install
to install all the dependencies. - run
npm run dev
to start the dev server.
We are using airtable of our data storage so you need to create a
.env
file and pass these enviorment variables to run the server successfully.
API_KEY=${airtable_api_key}
BASE=${airtable_base_ID}
👍🎉 First off, thanks for taking the time to contribute! 🎉👍
For instructions to start contributing check out Klifu.
Visit our API for openapi spec.