jaramp

This repository is automatically populated by automation scripts that retrieve, parse, and store data.

api/dbd

This stores information pertaining to the game Dead By Daylight. As there is no official API or predictable source of promo codes, it is intended to serve as a simple reference to historical promo code data by periodically scanning known sources. It is powered by a Google App Script.

codes.json stores promo codes in a JSON object:

{
  "active": Code[],
  "general": Code[],
  "expired": Code[]
}

Codes are stored in the following structure:

{
  "code": String,
  "rewards": String[]
}