{"id":17463379,"url":"https://github.com/crutchtheclutch/localhost-steam-api","last_synced_at":"2025-04-09T20:51:54.622Z","repository":{"id":128134645,"uuid":"131538383","full_name":"CrutchTheClutch/Localhost-Steam-API","owner":"CrutchTheClutch","description":"Provides an easy way to access and use the Steam API on a local machine.","archived":false,"fork":false,"pushed_at":"2019-03-17T20:58:10.000Z","size":1689,"stargazers_count":4,"open_issues_count":0,"forks_count":4,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-23T22:43:22.239Z","etag":null,"topics":["achievements","local-machine","obs","steam","steam-api","steam-stats"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CrutchTheClutch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-29T23:32:11.000Z","updated_at":"2025-03-22T08:17:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"72b4dd33-0c08-470f-92c9-7b318ee2c39b","html_url":"https://github.com/CrutchTheClutch/Localhost-Steam-API","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrutchTheClutch%2FLocalhost-Steam-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrutchTheClutch%2FLocalhost-Steam-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrutchTheClutch%2FLocalhost-Steam-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrutchTheClutch%2FLocalhost-Steam-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CrutchTheClutch","download_url":"https://codeload.github.com/CrutchTheClutch/Localhost-Steam-API/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248111958,"owners_count":21049576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["achievements","local-machine","obs","steam","steam-api","steam-stats"],"created_at":"2024-10-18T10:09:33.421Z","updated_at":"2025-04-09T20:51:54.598Z","avatar_url":"https://github.com/CrutchTheClutch.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Localhost-Steam-API\nThis project provides an easy way to access and use the Steam API on a local machine.\n\n## Why?\nI recently have been using Twitch to stream and wanted a way to track my Steam stats while I played.  The problem was that there was no way to track these stats on screen with OBS.  This project allows streamers to track Steam stats in a web browser on a Localhost server, which you can in turn access through OBS's web browser streaming settings.\n\n## Installation \u0026 Usage\n1. Copy the Localhost-Steam-API folder to your local machine.\n2. Obtain a Steam Web API Key [HERE](https://steamcommunity.com/dev/apikey)\n3. Edit lines 1 + 2 in the server.js file.\n    ```javascript\n    const steamKey = \"\";    // Place your Steam API key in this variable as a string\n    const steamID = \"\";     // Place your Steam ID in this variable as a string\n    ```\n4. Navigate to Localhost-Steam-API folder in command prompt or terminal\n5. Run `npm install`\n6. Run `node server.js`\n\nYou can now open a browser and navigate to pages on the server\n\n## Navigation\nCurrently there is only one implemented method from the Steam API\n\n\n| Pages                 | Usage         | Description  |\n| --------------------- | ------------- | ------------ |\n| localhost:4000/       | Index         | Copy of /:appid without data |\n| localhost:4000/:appid | Replace \":appid\" with ID of a steam game | Tracks amount of achievements in :appid |\n\n## Tools Used\n+ [Steam Web API](https://partner.steamgames.com/doc/webapi_overview)\n+ [Node JS](https://nodejs.org/en/)\n+ [EJS](http://ejs.co/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrutchtheclutch%2Flocalhost-steam-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrutchtheclutch%2Flocalhost-steam-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrutchtheclutch%2Flocalhost-steam-api/lists"}