{"id":20069417,"url":"https://github.com/thejspr/tomodoro","last_synced_at":"2026-06-09T00:32:32.047Z","repository":{"id":24600814,"uuid":"28009352","full_name":"thejspr/tomodoro","owner":"thejspr","description":"Pomodoros, Hoodie.js style","archived":false,"fork":false,"pushed_at":"2014-12-18T19:27:55.000Z","size":208,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-08T19:26:44.037Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/thejspr.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}},"created_at":"2014-12-14T21:50:43.000Z","updated_at":"2014-12-18T19:27:55.000Z","dependencies_parsed_at":"2022-08-23T03:41:21.745Z","dependency_job_id":null,"html_url":"https://github.com/thejspr/tomodoro","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thejspr/tomodoro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thejspr%2Ftomodoro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thejspr%2Ftomodoro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thejspr%2Ftomodoro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thejspr%2Ftomodoro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thejspr","download_url":"https://codeload.github.com/thejspr/tomodoro/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thejspr%2Ftomodoro/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34086664,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"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-11-13T14:14:18.885Z","updated_at":"2026-06-09T00:32:32.024Z","avatar_url":"https://github.com/thejspr.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tomodoro\n\nTomatos for ye brainz\n\n## MVP Roadmap\n\n- [ ] Start pomodoro with a title and show a timer (00:25)\n- [x] User authentication and authorization (thanks hoodie.js)\n- [ ] Notification/sound when pomodoro finishes\n- [ ] List past pomodoros with date\n- [ ] Design (mobile-first)\n- [ ] Change pomodoro duration\n\n## Ideas\n\n- Pause running pomodoro\n- Tag pomodoros with #tag and enable filtering by tag\n\n---\n\n# docs\n\n## Plugins\n\nTo install a specific plugin, run (in your app's directory):\n\n    $ hoodie install \u003cname\u003e\n\nwhere `\u003cname\u003e` is one of the Hoodie Plugin.\n\nTo uninstall use:\n\n    $ hoodie uninstall \u003cname\u003e\n\n## Deploy to Nodejitsu\n\nYou need a Nodejitsu account and the `jitsu` tool installed.\n\nCreate a new hoodie app:\n\n    $ hoodie new myapp\n\nStart app locally:\n\n    $ cd myapp\n    $ hoodie start\n\nCreate a database:\n\n    $ jitsu database create couch myapp\n\nThis prints out the URL for your database, something like:\n\n    http://nodejitsudb123456789.iriscouch.com:5984\n\nGo to:\n\n    http://nodejitsudb123456789.iriscouch.com:5984/_utils\n\nIn the bottom right, click on \"Fix This\". Create a new user with the username `admin` and a password of your choice. Remember the password.\n\nCreate the Nodejitsu app.\n\n    $ jitsu apps create\n\nSet your database URL as an environment variable:\n\n    $ jitsu env set COUCH_URL http://nodejitsudb1234567890.iriscouch.com:5984\n    $ jitsu env set HOODIE_ADMIN_USER admin\n    $ jitsu env set HOODIE_ADMIN_PASS \u003cyourpassword\u003e\n\n\n`\u003cyourpassword\u003e` is the one you set up two steps ago.\n\nDeploy!\n\n    $ jitsu deploy\n\n(wait a minute)\n\nGo to: `http://myapp.jit.su`\n\nBoom.\n\n## Deploy on a regular Linux/UNIX box:\n\n[See deployment.md](deployment.md)\n\n\u003c!--## Deploy dreamcode tl;dr\n\n    $ hoodie new myapp\n    $ cd myapp\n    $ hoodie start\n\n    $ hoodie remote add nodejitsu\n     - jitsu login\n     - jitsu database create couch myapp\n         - setup couchdb admin\n     - jitsu apps create\n     - jitsu env set COUCH_URL http://...\n     - jitsu env set COUCH_PASS \u003csecret\u003e\n\n    $ hoodie deploy\n     - jitsu deploy--\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthejspr%2Ftomodoro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthejspr%2Ftomodoro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthejspr%2Ftomodoro/lists"}