Skip to content

A prototype website which shows Steam users the achievements they're missing on their games.

Notifications You must be signed in to change notification settings

LucasDower/MissingAchievements

Repository files navigation

Missing Achievements

Track your missing Steam achievements.

Usage

You will need Node.js installed and a Steam API key.

git clone https://github.com/LucasDower/MissingAchievements.git
cd MissingAchievements
npm install

Create a .env file with your Steam API key like so:

STEAM_KEY="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
MA_URL="http://localhost:3000"

Finally run

npm run dev

About

A prototype website which shows Steam users the achievements they're missing on their games.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published