Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 514 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 514 Bytes

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