{"id":15707764,"url":"https://github.com/deiga/carpenter","last_synced_at":"2026-02-25T07:09:20.721Z","repository":{"id":13812950,"uuid":"16509292","full_name":"deiga/Carpenter","owner":"deiga","description":"NodeJS project to list shared steam games among people ","archived":false,"fork":false,"pushed_at":"2025-04-05T17:58:12.000Z","size":16176,"stargazers_count":0,"open_issues_count":37,"forks_count":0,"subscribers_count":4,"default_branch":"dev","last_synced_at":"2025-04-05T18:34:24.392Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://hidden-depths-2780.herokuapp.com/","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/deiga.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":"2014-02-04T11:02:04.000Z","updated_at":"2025-02-11T08:56:37.000Z","dependencies_parsed_at":"2024-03-26T20:31:17.516Z","dependency_job_id":"d5e745c5-b9ac-4e1b-b6f7-a6cbd2efc8bc","html_url":"https://github.com/deiga/Carpenter","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deiga%2FCarpenter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deiga%2FCarpenter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deiga%2FCarpenter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deiga%2FCarpenter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deiga","download_url":"https://codeload.github.com/deiga/Carpenter/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249177960,"owners_count":21225346,"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":[],"created_at":"2024-10-03T20:41:18.606Z","updated_at":"2026-02-25T07:09:15.688Z","avatar_url":"https://github.com/deiga.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Carpenter\n=========\n\n[![Build Status](https://travis-ci.org/deiga/Carpenter.png?branch=dev)](https://travis-ci.org/deiga/Carpenter) [![Dependency Status](https://david-dm.org/deiga/Carpenter.png)](https://david-dm.org/deiga/Carpenter)\n\nRepo for [NodeJS project](https://github.com/tuhoojabotti/NodeJS-ohjelmointiprojekti-k2014) at [University of Helsinki](https://www.cs.helsinki.fi/)\n\n## Overview\n\nCarpenter is a  webapp which allows you to input a list of steam nicknames and outputs the games these people share. You can also search common games for a group and login with Steam openID. In the future, this openID-login will enable you to also add non-Steam games to your list as well as let you see a list of people who share some games with you, organized by the games. So, when you login with your Steam ID you will in the future get a view of your Steam and possible non-Steam games, and with each game all your friends, who also own that game, would be listed under the game.\n\n## Features\n\n* Given a list of Steam nicks/ids, show a 'list' of games the users have in common\n* Input steamgroup name and get a 'list' of games the members have in common\n* Login through steam and display friends grouped under games you all possess. (Future development)\n* Persist users and add non-steam-owned games to users (Future development)\n\n\n## User mañuel\n\n### Steam login\n\n* Hit the image which says 'login through Steam'. You will be taken to a Steam login page, and after a successful login, returned to our page, where you will currently be able to see your own games\n\n### Search common games for...\n\n#### list of users\n\n* You need to know each user's Steam account name or their vanity URL (steamcommunity.com/id/foo where foo is the vanityURL for user)\n* Hit the top navigation link titled 'find common games'\n* Input list of names in the first textbox, delimited by comma\n\n#### a group\n\n* Go to the same place as with a list of usernames\n* Input group name to second textbox\n* Hit search\n\n## Technical details\n\n### Database\n\n* Use MongoDB to store users and games\n* Cache simple values in DB (steamnick =\u003e steamid, gameid =\u003e gamename, etc.)\n* Frontend is jade\n\n### Development\n\n* Install `node` (Preferably 0.10.x, 0.11.x should work too)\n  * `nvm` is a great tool for handling `node` versions (Use to install node with it)\n* Install `npm` if needed (`curl https://npmjs.org/install.sh | sh` Is preferable to package manage risntallation)\n* Install development dependencies `npm install -g sails bower grunt-cli`\n* Install project dependencies with `npm install` inside project directory\n* Get a [Steam API key](https://steamcommunity.com/dev/apikey) and place it in a file called .env in your project root as STEAM_API_KEY. E.g. STEAM_API_KEY=yourkey\n\n\n## Misc\n\n* Running server: `sails lift`\n* Application console: `sails console`\n* Generate application model/controller: `sails generate (model|controller) \u003cfoo\u003e`\n* Adding dependencies\n  * backend\n    * dependency for development `npm install \u003cfoo\u003e --save-dev`\n    * dependency `npm install \u003cfoo\u003e --save`\n  * frontend\n    * dependency  `bower install \u003cfoo\u003e --save`\n    * dependency for development `bower install \u003cfoo\u003e --save-dev`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeiga%2Fcarpenter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeiga%2Fcarpenter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeiga%2Fcarpenter/lists"}