Skip to content

DigitallyBorn/vr-day

Repository files navigation

VR Day

I took my HTC vive into the office for a day of fun in VR. To help, I made this little site with information about the games I owned, so my coworkers could shop for the games they wanted to try leading up to the VR day.

The steps I took:

  1. Find my steam id
  2. Using the Steam API to pull json data about the games I owned. API endpoint: http://api.steampowered.com/IPlayerService/GetOwnedGames/v0001/?key={{api_key}}&steamid=76561197960434622&format=json&include_appinfo=1
  3. Generate Jekyll site
  4. Drop data from Steam API into _data/games.json and remove the non-vr games from the json
  5. Render game "cards" in jekyll output
  6. Write a little javascript code giving me a button on each game card to invoke the steam API and spit out more game info to the javascript console API endpoint: http://store.steampowered.com/api/appdetails/?appids={{appid}}
  7. Click the button for each game, copy/paste json into the games.json file.
  8. Add non-steam games by hand, looking up youtube and images.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published