richardtatum / api.r6.leaderboards.io

Basic API implementation for r6.leaderboards.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

api.r6.leaderboards.io

Basic API for r6.leaderboards.io that is used predominantly with the R6 Discord Bot

API tokens available on request from our contact form.

Deploy

Requirements

  • nodejs
  • serverless
  • AWS CLI

Install serverless

npm install -g serverless

Add additional serverless plugins

sls plugin install -n serverless-wsgi
sls plugin install -n serverless-python-requirements

Set AWS authentication tokens

export AWS_ACCESS_KEY_ID=<Access key ID>
export AWS_SECRET_ACCESS_KEY=<Secret access key>

Deploy to AWS

sls deploy

Authors

  • Richard Tatum - Python/API Code - RichardTatum
  • Josh Edney - Architecture/Serverless integration - JoshEdney

About

Basic API implementation for r6.leaderboards.io

License:MIT License


Languages

Language:Python 97.8%Language:Mako 2.2%