Skip to content

A simple webapp that lets you find the games that both you and your friends have.

Notifications You must be signed in to change notification settings

adriansteffan/steam-library-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steam Library Checker

This webapp helps you find steam games to play with your friends by showing you what games every one of you owns.

This is a somewhat old project of mine, but I decided to polish the UI a bit and make it public. (Don't expect any breathtaking usage of web technologies or best practices)

Prerequisites

There are a few requirements if you wish to host this app yourself:

  1. You will need a recent verion of node.js.
  2. You need to aquire a personal Steam API Key.

Installing

  1. Clone this project and cd into the root directory.
  2. Run
        npm install
    
  3. Specify your desired PORT and HOST in the /public/config.js file.
  4. Create a .env file in the root directory with the following content:
    API=YOUR_STEAM_API_KEY_GOES_HERE 
    

You can now run the app from the root directory with

node main.js

Authors

About

A simple webapp that lets you find the games that both you and your friends have.

Topics

Resources

Stars

Watchers

Forks