{"id":20255133,"url":"https://github.com/hjfitz/node-toggl","last_synced_at":"2026-05-12T19:38:22.628Z","repository":{"id":75400825,"uuid":"123731235","full_name":"hjfitz/node-toggl","owner":"hjfitz","description":"Toggl API wrapper for node.js","archived":false,"fork":false,"pushed_at":"2018-12-11T15:16:07.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-14T03:37:54.519Z","etag":null,"topics":["ajax","axios","crypto-js","es6","node","timer","toggl"],"latest_commit_sha":null,"homepage":"https://hjfitz.github.io/node-toggl","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/hjfitz.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-03T21:03:58.000Z","updated_at":"2018-12-11T15:16:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"fd99ce40-8a80-473a-987c-8958458d5986","html_url":"https://github.com/hjfitz/node-toggl","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/hjfitz%2Fnode-toggl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hjfitz%2Fnode-toggl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hjfitz%2Fnode-toggl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hjfitz%2Fnode-toggl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hjfitz","download_url":"https://codeload.github.com/hjfitz/node-toggl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241707736,"owners_count":20006750,"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":["ajax","axios","crypto-js","es6","node","timer","toggl"],"created_at":"2024-11-14T10:36:38.816Z","updated_at":"2026-05-12T19:38:22.554Z","avatar_url":"https://github.com/hjfitz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-toggl\n\u003e Toggl api wrapper for node\n\n## Installation\n```zsh\nyarn add toggl\n```\n\n## Usage\n```js\nimport toggl from 'node-toggl';\n\n// token based auth\nconst client = toggl.createClient({\n  token: 'fkjdlfhsfafdsgdd',\n});\n\n// user based auth\nconst client = toggl.createClient({\n  username: 'harry@hjf.io',\n  password: process.env.TOGGL_PASSWORD,\n});\n\n/**\n * TODO\n */\n\n// get all entries\n\n// get a given entry\n\n// stop most recent timer\n\n// stop given timer\n\n// start new timer\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhjfitz%2Fnode-toggl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhjfitz%2Fnode-toggl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhjfitz%2Fnode-toggl/lists"}