Skip to content

One table contains your steam games with friends include play time and achievement percentage.

Notifications You must be signed in to change notification settings

tpai/steam-games-with-friends-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steam Games With Friends

One table contains your steam games with friends include play time and achievement percentage.

Instructions

# create .env file and fill up STEAM_KEY value
cp .env.example .env

# install nodemon
npm i -g nodemon

# install dependencies
npm i

# start develop
npm run dev

# run api server
npm start

API

GET /getSteamId/:vanityUrl

{
    steamId: (string)
}

GET /mostPlayedGames/:steamId

{
    appId: (int),
    icon: (string),
    name: (string),
    playTime: (float),
    achsPercentage: (float)
}

GET /friendList/:steamId

{
    steamId: (string),
    personaName: (string),
    profileUrl: (string),
    avatarFull: (string)
}

About

One table contains your steam games with friends include play time and achievement percentage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published