{"id":13401204,"url":"https://github.com/aliasaria/scrumblr","last_synced_at":"2025-05-14T09:07:59.611Z","repository":{"id":1053521,"uuid":"1461917","full_name":"aliasaria/scrumblr","owner":"aliasaria","description":"Collaborative Online Scrum Tool Using Websockets, Node.js, jQuery, and CSS3","archived":false,"fork":false,"pushed_at":"2025-03-06T20:39:42.000Z","size":6620,"stargazers_count":1429,"open_issues_count":45,"forks_count":480,"subscribers_count":76,"default_branch":"master","last_synced_at":"2025-05-14T09:07:45.838Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://scrumblr.ca","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aliasaria.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2011-03-10T02:29:38.000Z","updated_at":"2025-05-06T03:06:09.000Z","dependencies_parsed_at":"2025-03-29T23:41:08.866Z","dependency_job_id":"1d9b79a8-4b19-4404-9036-17d4cde40e2e","html_url":"https://github.com/aliasaria/scrumblr","commit_stats":{"total_commits":162,"total_committers":24,"mean_commits":6.75,"dds":0.7716049382716049,"last_synced_commit":"cb1475d4f40ea422c71a9596a7ae97b0cbcbb69a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliasaria%2Fscrumblr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliasaria%2Fscrumblr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliasaria%2Fscrumblr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliasaria%2Fscrumblr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aliasaria","download_url":"https://codeload.github.com/aliasaria/scrumblr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254110374,"owners_count":22016391,"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-07-30T19:00:59.794Z","updated_at":"2025-05-14T09:07:54.599Z","avatar_url":"https://github.com/aliasaria.png","language":"HTML","funding_links":[],"categories":["HTML","others"],"sub_categories":[],"readme":"# scrumblr\n\n## what is it\n\n[scrumblr](http://scrumblr.ca) is a web-based simulation of a physical agile kanban board that supports real-time collaboration. it is built using node.js, websockets (using socket.io), CSS3, and jquery. i hope you like it.\n\n![Wellca Board](http://scrumblr.ca/images/screenshot.png)\n\nyou can play with a demo here:\n\n- [scrumblr.ca/demo](http://scrumblr.ca/demo)\n\nAnd view a video here:\n\n- [Video Demo](http://www.youtube.com/watch?v=gAKxyOh1zPk)\n\n## use scrumblr\n\nif you'd like to use scrumblr go to [scrumblr.ca](http://scrumblr.ca). new boards are made simply by modifying the url to something unique. e.g. your team could use a shared board at: *http://scrumblr.ca/thisisoursecretboard23423242*\n\nalternatively, you can follow the instructions below to setup scrumblr yourself. it is very simple -- it just uses redis and node.js.\n\nif you are a developer, please fork and submit changes/fixes.\n\n## browser support\n\nscrumblr works on up to date chrome browsers. tested mainly on chrome for osx.\n\n## design philosophy\n\nmy goal was to avoid buttons and ui (almost everything is edit in place or draggable). everything should be discoverable (no \"help\"). the look is meant to be as close as possible to [Well.ca's](http://well.ca) real sprint board. see picture below. many of the decisions were to make the app look and feel as much as possible like well.ca's real sprint board -- you may find this annoying but we find it kinda funny.\n\n![Wellca Board](http://scrumblr.ca/images/DSC_7093.jpg)\n\n## how to install and run on your own computer (linux/osx)\n\n- [install redis](http://redis.io/download) (last tested on v7.2.7)\n- [install node.js](http://nodejs.org/) (last tested on v23)\n- cd to the scrumblr directory; you should see server.js and other files.\n- run `npm install`\n- run redis `redis-server` (this will run forever, so open a new terminal for the next steps, or learn how to run redis as a daemon)\n- run scrumblr `node server.js --server:port=80` where \"80\" is the port you want scrumblr to run on. it defaults to 8080\n- open a browser to `http://\u003cserver\u003e:\u003cport\u003e` where `\u003cserver\u003e` is your server's url or IP address, and `\u003cport\u003e` is the port you chose in the previous step. e.g. `http://yourwebserver:8080/\n\n## license\n\nscrumblr is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nscrumblr is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nSee \u003chttp://www.gnu.org/licenses/\u003e.\n\nthe _images_ used in scrumblr, however are licensed under cc non commercial noderivs:\n\n\u003ca rel=\"license\" href=\"http://creativecommons.org/licenses/by-nc-nd/3.0/\"\u003e\u003cimg alt=\"Creative Commons License\" style=\"border-width:0\" src=\"http://i.creativecommons.org/l/by-nc-nd/3.0/80x15.png\" /\u003e\u003c/a\u003e\u003cbr /\u003eThis work is licensed under a \u003ca rel=\"license\" href=\"http://creativecommons.org/licenses/by-nc-nd/3.0/\"\u003eCreative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License\u003c/a\u003e.\n\n## author\n\nali asaria\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faliasaria%2Fscrumblr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faliasaria%2Fscrumblr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faliasaria%2Fscrumblr/lists"}