How to use igdb-api-node - 1 common examples

To help you get started, we’ve selected a few igdb-api-node examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github vitrine-app / vitrine / sources / server / api / IgdbWrapper.ts View on Github external
public constructor(private lang?: string) {
    this.client = igdb.default(igdbKey());
    this.timeOut = 25000;
    this.levenshteinRefiner = 5;
  }

igdb-api-node

Nodejs API Wrapper for the IGDB.com API

MIT
Latest version published 2 years ago

Package Health Score

39 / 100
Full package analysis

Popular igdb-api-node functions