Using Rawg.io-Node with rawg.io

TypeScript integration

Install
npm install Rawg.io-Node
Quick start
import Rawg.io_Node from 'Rawg.io-Node';

const client = new Rawg.io_Node({ apiKey: "YOUR_API_KEY" });
Get a list of tags.
curl \
  https://api.rawg.io/api/tags
Get a list of games.
curl \
  https://api.rawg.io/api/games
Get a list of video game genres.
curl \
  https://api.rawg.io/api/genres
SDK on GitHub 📄 API Docs
SDK
Rawg.io-Node
TypeScript
API
rawg.io
rawg.io
At a glance
Language TypeScript
Endpoints30
Base URLhttps://api.rawg.io/api