{"id":23028846,"url":"https://github.com/nchenche/scrumblr","last_synced_at":"2026-02-17T02:35:54.520Z","repository":{"id":232612402,"uuid":"766609799","full_name":"nchenche/scrumblr","owner":"nchenche","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-02T14:03:27.000Z","size":5677,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-23T00:56:46.671Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/nchenche.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,"zenodo":null}},"created_at":"2024-03-03T18:23:46.000Z","updated_at":"2024-07-08T15:10:32.000Z","dependencies_parsed_at":"2024-07-08T10:18:56.310Z","dependency_job_id":"1ee7ef38-6fe1-45ed-90a4-985f6ec92fd5","html_url":"https://github.com/nchenche/scrumblr","commit_stats":null,"previous_names":["nchenche/scrumblr"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nchenche/scrumblr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nchenche%2Fscrumblr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nchenche%2Fscrumblr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nchenche%2Fscrumblr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nchenche%2Fscrumblr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nchenche","download_url":"https://codeload.github.com/nchenche/scrumblr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nchenche%2Fscrumblr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29531028,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T00:57:22.232Z","status":"online","status_checked_at":"2026-02-17T02:00:08.105Z","response_time":100,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-12-15T14:13:00.232Z","updated_at":"2026-02-17T02:35:54.490Z","avatar_url":"https://github.com/nchenche.png","language":"HTML","readme":"scrumblr\n========\n\nwhat 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\nuse scrumblr\n------------\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\nbrowser support\n---------------\n\nscrumblr works on up to date chrome and firefox browsers. enable websockets for optimal performance. tested mainly on chrome for osx. this was not designed for browser support. use chrome for this app.\n\ndesign 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\nhow to install and run on your own computer (linux/osx)\n-------------------------------------------------------\n\n- [install redis](http://redis.io/download) (last tested on v2.8.4) (Not required if using file based JSON saving)\n- [install node.js](http://nodejs.org/) (last tested on v0.10.30)\n- install npm (if you're running node.js [v0.6.3](https://github.com/joyent/node/commit/b159c6) or newer it's already installed!)\n- cd to the scrumblr directory; you should see server.js and config.js and other files.\n- run `npm install`\n- run redis `redis-server`\n- run scrumblr `node server.js --port 80` where \"80\" is the port you have opened in your firewall and want scrumblr to run on. \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.\n\nlicense\n-------\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\nauthor\n------\n\nali asaria\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnchenche%2Fscrumblr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnchenche%2Fscrumblr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnchenche%2Fscrumblr/lists"}