someshium / API

🌐⚑ Game datastore API for klifu.

Home Page:https://klifu.deta.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

banner

API

Under Development πŸ”¨

Table of Contents

Overview

This is a backbone of Klifu. This acts as a datastore for our game data, which will be priodically changed to update the game.

Getting Started

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

Installation

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}

Contributing

πŸ‘πŸŽ‰ First off, thanks for taking the time to contribute! πŸŽ‰πŸ‘

For instructions to start contributing check out Klifu.

Documentation

Visit our API for openapi spec.

About

🌐⚑ Game datastore API for klifu.

https://klifu.deta.dev/

License:MIT License


Languages

Language:JavaScript 100.0%