Giter Site home page Giter Site logo

techial / dbd-database Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 0.0 35 KB

Dead By Daylight - Automatically Updated Database

Home Page: https://dbd-database.vercel.app

License: MIT License

JavaScript 100.00%
api database dbd deadbydaylight game gaming nodejs

dbd-database's Introduction

Dead by Daylight - Database

Automatically updated
Fetches new information from the Dead by Daylight - Wiki every hour

Built with ❤︎ by Techial and contributors

Table of Contents

Features

  • organized: output doesn't look like it was taken out of a tumbler, thrown on the ground and stamped on
  • always up-to-date: fetches data from the Dead by Daylight - Wiki every hour

API

Retrieve Killer Perks at:

https://dbd.techial.net/API/v1/killer_perks

Retrieve Survivor Perks at:

https://dbd.techial.net/API/v1/survivor_perks

Retrieve Killers at:

https://dbd.techial.net/API/v1/killers

Retrieve Survivors at:

https://dbd.techial.net/API/v1/survivors

Data Structure

Perks:

{
  "perks": [{
    "_id": "mongoDB generated unique ObjectID",
    "name": "Perk display name (With space and all characters)",
    "URIName": "URL safe string (name of perk)",
    "iconURL": "Perk icon URL",
    "characterName": "Name of Character perk belongs to - THIS FIELD IS OMITTED IF NO CHARACTER IS ASSOCIATED WITH THE PERK",
    "character": "ObjectID of Character perk belongs to - THIS FIELD IS OMITTED IF NO CHARACTER IS ASSOCIATED WITH THE PERK",
    "content": "Display text (with HTML elements) scraped from https://deadbydaylight.fandom.com/",
    "contentText": "Same as `content` without HTML elements"
  },
  ...
  ]
}

Survivors:

{
  "survivors": [{
    "_id": "mongoDB generated unique ObjectID",
    "name": "Character display name (With space and all characters)",
    "URIName": "URL safe string (name of survivor)",
    "iconURL": "Character image URL",
    "link": "Character URL at https://deadbydaylight.fandom.com/"
  },
  ...
  ]
}

Killers:

{
  "killers": [{
    "_id": "mongoDB generated unique ObjectID",
    "name": "Full Character name (With space and all characters)",
    "killerName": "Short name used in-game (e.g Trapper, Wraith etc)",
    "URIName": "URL safe string (name of Killer)",
    "iconURL": "Character image URL",
    "link": "Character URL at https://deadbydaylight.fandom.com/"
  },
  ...
  ]
}

Support

Open an issue if you feel like anything needs to be added. I'll gladly review pull requests and merge them if deemed to be useful!

dbd-database's People

Contributors

techial avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

dbd-database's Issues

Endpoints not working

None of the endpoints in this repo return anything, presumably because this was deployed on Heroku's free-tier which has since been disbanded. Here's the error message I'm receiving:
error

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.