{"id":20019940,"url":"https://github.com/joeattardi/scrum-deck","last_synced_at":"2026-04-28T12:31:40.074Z","repository":{"id":147988941,"uuid":"98742153","full_name":"joeattardi/scrum-deck","owner":"joeattardi","description":"Estimation for distributed teams","archived":false,"fork":false,"pushed_at":"2017-08-20T23:10:01.000Z","size":831,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-24T01:43:15.111Z","etag":null,"topics":["angular","javascript","nodejs","planning-poker","scrum","websocket"],"latest_commit_sha":null,"homepage":"https://scrumdeck.herokuapp.com/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joeattardi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2017-07-29T15:41:03.000Z","updated_at":"2021-10-18T18:12:18.000Z","dependencies_parsed_at":"2023-05-28T04:30:39.097Z","dependency_job_id":null,"html_url":"https://github.com/joeattardi/scrum-deck","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/joeattardi/scrum-deck","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeattardi%2Fscrum-deck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeattardi%2Fscrum-deck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeattardi%2Fscrum-deck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeattardi%2Fscrum-deck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joeattardi","download_url":"https://codeload.github.com/joeattardi/scrum-deck/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeattardi%2Fscrum-deck/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32381261,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T11:25:28.583Z","status":"ssl_error","status_checked_at":"2026-04-28T11:25:05.435Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["angular","javascript","nodejs","planning-poker","scrum","websocket"],"created_at":"2024-11-13T08:29:14.492Z","updated_at":"2026-04-28T12:31:40.057Z","avatar_url":"https://github.com/joeattardi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ScrumDeck\nScrumDeck is an application that allows remotely distributed teams to perform estimation of stories. \nEach player casts their vote by clicking on a card. The players' votes will be hidden until all \nplayers have voted.\n\nThe server supports multiple concurrent games.\n\n[![Build Status](https://travis-ci.org/joeattardi/scrum-deck.svg?branch=master)](https://travis-ci.org/joeattardi/scrum-deck)\n\n![Screenshot](https://raw.githubusercontent.com/joeattardi/scrum-deck/master/screenshot.png)\n\n## Demo\n\nA demo can be found running at [https://scrumdeck.herokuapp.com](https://scrumdeck.herokuapp.com).\n\n## Requirements\n- Node.js 7 or later\n\n## Getting started\nFirst, install the project's dependencies:\n\n    npm install\n\n## Building\nThe client code must be built before the app can be run. To build the client:\n\n    npm run build\n\nNote: This is an Angular CLI project, so all the usual commands and options are available. \n\n## Configuration\nAll configuration is done via environment variables. Before starting the server, you will need to set\nthe following environment variables:\n\n - `PORT` - The port to listen on (default: `9000`)\n - `BASE_URL` - The base URL that the server will be running at. This should be specified _without_\n the trailing slash, for example `http://localhost:9000`.\n\n## Development server\nThe development server will watch the client and server code. Whenever the server code changes, the\nserver will be restarted. Whenever the client code changes, it will be rebuilt.\n\n    npm run start:dev\n\n## Starting server\nTo start the server:\n\n    npm start\n\nor\n\n    node server/index.js\n\n## Running tests\n\n    npm test","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoeattardi%2Fscrum-deck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoeattardi%2Fscrum-deck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoeattardi%2Fscrum-deck/lists"}