{"id":13305657,"url":"https://github.com/r0bs/tasg","last_synced_at":"2025-03-10T13:32:11.267Z","repository":{"id":20850727,"uuid":"91093751","full_name":"r0bs/tasg","owner":"r0bs","description":"task mgr, connecting to google tasks api, using react and redux","archived":false,"fork":false,"pushed_at":"2025-02-15T08:50:29.000Z","size":10081,"stargazers_count":2,"open_issues_count":95,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-15T09:27:38.848Z","etag":null,"topics":["google-tasks","pwa","react-redux","tasklist","todoapp"],"latest_commit_sha":null,"homepage":"https://tasg.one","language":"CSS","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/r0bs.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-05-12T13:21:57.000Z","updated_at":"2023-03-07T08:03:45.000Z","dependencies_parsed_at":"2023-12-20T09:44:14.687Z","dependency_job_id":"6cede621-eb9c-416d-b88a-61919a3c64bf","html_url":"https://github.com/r0bs/tasg","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r0bs%2Ftasg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r0bs%2Ftasg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r0bs%2Ftasg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r0bs%2Ftasg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/r0bs","download_url":"https://codeload.github.com/r0bs/tasg/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242859754,"owners_count":20196991,"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":["google-tasks","pwa","react-redux","tasklist","todoapp"],"created_at":"2024-07-29T17:53:56.576Z","updated_at":"2025-03-10T13:32:10.324Z","avatar_url":"https://github.com/r0bs.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tasg\n\n**Production version / Demo: [tasg.one](https://tasg.one)**\n\ntasg is a task managment tool build with React and Redux. Users can save tasks to their Google account and manage them with tasg or any compatible softwares, also interchangeably.\n\n## Setup\n\n### Build\nClone the repository. Within the main directory run:\n\n```sh\nnpm i \u0026\u0026\nnpm run setup:theme\n```\n### Configure\n\nIn order to save tasks to Google an API key needs to be created in the [Google API Console](https://console.developers.google.com/apis). After creation run:\n\n```sh\nnpm run setup:credentials\n```\n\nand copy the client id into `src/gapi/credentials.json`. The file should look like this:\n\n```js\n{\n    \"CLIENT_ID\": \"73s324fs6067610-1e6q66ch255685meb7cs4679ojgbcu3u723.apps.googleusercontent.com\",\n    \"DISCOVERY_DOCS\": [\"https://www.googleapis.com/discovery/v1/apis/tasks/v1/rest\"],\n    \"SCOPES\": \"https://www.googleapis.com/auth/tasks\"\n}\n```\n\n## Run\n\nThis app is build with [create-react-app](https://github.com/facebook/create-react-app) and uses it's local dev server. It can be started with:\n\n```sh\nnpm start\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr0bs%2Ftasg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr0bs%2Ftasg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr0bs%2Ftasg/lists"}