{"id":18869990,"url":"https://github.com/iteam1337/izone-slack","last_synced_at":"2026-02-14T11:30:14.639Z","repository":{"id":143342446,"uuid":"80053270","full_name":"Iteam1337/izone-slack","owner":"Iteam1337","description":"Time reporting from Google Calendar","archived":false,"fork":false,"pushed_at":"2017-11-06T09:50:49.000Z","size":210,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":15,"default_branch":"develop","last_synced_at":"2024-12-30T23:44:28.372Z","etag":null,"topics":["google-calendar","izone","time-reporting","time-tracking"],"latest_commit_sha":null,"homepage":"http://iteam.se","language":"JavaScript","has_issues":false,"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/Iteam1337.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":"2017-01-25T20:11:24.000Z","updated_at":"2023-07-02T04:48:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"df673325-6292-48a6-a46b-e5af3c9f1999","html_url":"https://github.com/Iteam1337/izone-slack","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iteam1337%2Fizone-slack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iteam1337%2Fizone-slack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iteam1337%2Fizone-slack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iteam1337%2Fizone-slack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Iteam1337","download_url":"https://codeload.github.com/Iteam1337/izone-slack/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239816514,"owners_count":19701753,"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-calendar","izone","time-reporting","time-tracking"],"created_at":"2024-11-08T05:18:27.584Z","updated_at":"2026-02-14T11:30:14.557Z","avatar_url":"https://github.com/Iteam1337.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# izone-slack\n\nREST API for the \"Izone\" Slack App.\n\nThe purpose of this API is to act as a relay between Google Calendar, Slack, 10 000' plans and our internal time tracking and economy system.\n\n## Coding\n\n### Running locally\n\n#### Setup node and install dependencies\n\nAssuming you are already using nvm, install or use the node version specified in .nvmrc\n```\nnvm install # (or nvm use)\n```\n\nInstall dependencies and install nodemon globally.\n```\nnpm i\nnpm i -g nodemon\n\n```\n\n#### Run the REST API and the watch scripts locally.\n\nRun server with nodemon.\n```\nnodemon\n```\nRun npm-watch that runs standard linter and test upon each file change.\n```\nnpm start\n```\n\n### Contributing\n\nIf you are going to contribute, make sure you create a feature branch with your changes. Keep changes clean and focused and make sure all tests are running and your code is Standard compliant before creating a PR.\n\n```\n# Create a feature branch.\ngit checkout -b feature/some_new_feature\n# or, using git flow\ngit flow feature start some_new_feature\n```\n\nWhen creating a PR, make sure to merge from develop so that your branch is ready to be merged. Also, if the code changes are not self-explanatory, add some notes explaining what you have done and how to verify its functionality.\n\n```\ngit pull origin develop\ngit push origin feature/some_new_feature\n```\n\n#### Database\n\nView relevant fields in people_db\n```\nuse izone;\n\nSELECT\t p_id\n\t\t,p_firstname\n\t\t,p_lastname\n\t\t,p_izusername\n\t\t,p_slack_user_id\n\t\t,p_slack_user_name\n\t\t,p_google_calendar_address\n\t\t,p_google_calendar_id\n\t\t,p_google_token_access_token\n\t\t,p_google_token_expiry\n\t\t,p_google_token_refresh_token\nFROM people_db\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiteam1337%2Fizone-slack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiteam1337%2Fizone-slack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiteam1337%2Fizone-slack/lists"}