tratohecho3 / realtime-dashboard

https://dash-dna-staging.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

realtime-dashboard

Install dependencies

Run These 3 commands in order

npm run installation

Put Your Twitch Api Credentials

/global/environment.ts

export const CLIENT_ID: string = process.env.CLIENT_ID || "";
export const TOKEN_TWITCH: string = process.env.TOKEN_TWITCH || "";

Start Development Server

npm run start

Build

  • Backend
npm run build-ts
  • Frontend
npm run build-frontend

Deployment (from your master branch)

git push heroku master

API And Routes

// Status: 200 OK
[
  {
    "name": "Far Cry 5",
    "id": "497078",
    "counter": 100
  },
  {
    "name": "Rainbow Six Siege",
    "id": "460630",
    "counter": 21027
  },
  {
    "name": "Assassin’s Creed Odyssey",
    "id": "506274",
    "counter": 457
  }
]

About

https://dash-dna-staging.herokuapp.com/


Languages

Language:TypeScript 68.6%Language:CSS 21.6%Language:JavaScript 5.3%Language:HTML 4.5%