{"id":13446348,"url":"https://github.com/garyhtou/Hazen-Zoom","last_synced_at":"2025-03-21T06:31:10.495Z","repository":{"id":152165803,"uuid":"292250403","full_name":"garyhtou/Hazen-Zoom","owner":"garyhtou","description":"Individual personalized dashboards with Zoom links for classes at Hazen High School","archived":true,"fork":false,"pushed_at":"2021-10-18T05:20:51.000Z","size":834,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-28T09:53:46.226Z","etag":null,"topics":["dashboard","firebase","hazen","react","zoom"],"latest_commit_sha":null,"homepage":"https://hhszoom.garytou.com","language":"JavaScript","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/garyhtou.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}},"created_at":"2020-09-02T10:19:48.000Z","updated_at":"2023-01-28T02:42:41.000Z","dependencies_parsed_at":"2024-01-13T17:16:24.275Z","dependency_job_id":"a5479063-9e70-4494-90ee-79b61770a9a6","html_url":"https://github.com/garyhtou/Hazen-Zoom","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/garyhtou%2FHazen-Zoom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garyhtou%2FHazen-Zoom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garyhtou%2FHazen-Zoom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garyhtou%2FHazen-Zoom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/garyhtou","download_url":"https://codeload.github.com/garyhtou/Hazen-Zoom/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244750631,"owners_count":20504096,"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":["dashboard","firebase","hazen","react","zoom"],"created_at":"2024-07-31T05:00:51.632Z","updated_at":"2025-03-21T06:31:10.193Z","avatar_url":"https://github.com/garyhtou.png","language":"JavaScript","funding_links":[],"categories":["Web Apps"],"sub_categories":[],"readme":"# Hazen Zoom\n\nPersonalized class zoom link dashboard for students/teachers at Hazen High School\u003csup\u003e1\u003c/sup\u003e. Create your own dashboard at [https://hhszoom.garytou.com/](https://hhszoom.garytou.com/)\n\n[**DEMO!**](https://hhszoom.garytou.com/demo)\n\n![Example of Hazen Zoom dashbaord](https://user-images.githubusercontent.com/20099646/92957175-fd0d7280-f41c-11ea-8596-b6f775031cc9.JPG)\n\nThis custom dashbaords feature:\n\n- Consolidated zoom links.\n- Your upcoming class will be displayed with its Zoom join button (based on your schedule and the current time).\n- Visting https://hazen.launchto.me/\u003cYOUR_CUSTOM_URL\u003e/go, will automatically redirected you to your upcoming class's zoom link.\n- Quick links to important sites such as Canvas, Hazen's website, etc.\n- Bell Schedule\n\nZoom links are collected through web scraping [Hazen High School's website](https://hazen.rentonschools.us/class-of-2020/links-to-zoom-classrooms)\u003csup\u003e2\u003c/sup\u003e.\n\n## Install\n\nClone the repository: `git clone https://github.com/garytou2/hazen-zoom`\n\nIf you would like to connect your own database, create your own firebase project and change the config in [`src/firebase.js`](src/firebase.js)\n\n`npm install`\n\n`npm run start`\n\n**Firebase Realtime Database rules:**\n\n```JSON\n{\n\t\"rules\": {\n\t\t\".read\": true,\n\t\t\".write\": false,\n\t\t\"registrations\": {\n\t\t\t\".read\": true,\n\t\t\t\".write\": \"!data.exists()\",\n\t\t\t\"$username\": {\n\t\t\t\t\".read\": true,\n\t\t\t\t\".write\": \"!data.exists()\"\n\t\t\t}\n\t\t},\n\t\t\"inital\": {\n\t\t\t\".read\": true,\n\t\t\t\"$userInital\": {\n\t\t\t\t\".read\": true,\n\t\t\t\t\".write\": \"!data.exists()\",\n\t\t\t\t\".validate\": \"newData.isBoolean()\"\n\t\t\t}\n\t\t},\n\t\t\"data\": {\n\t\t\t\".read\": true,\n\t\t\t\".write\": false\n\t\t}\n\t}\n}\n```\n\nNote: `.write` for `data` will need to be toggled to `true` if saving new Data web scraping website.\n\n## Built with\n\n- React ([Create React App](https://reactjs.org/docs/create-a-new-react-app.html))\n- Firebase ([Realtime Database](https://firebase.google.com/docs/database))\n- [Ant Design](https://ant.design/) as UI framework\n- [`bad-words`](https://www.npmjs.com/package/bad-words) to keep inputs clean\n- [`cors-anywhere`](https://cors-anywhere.herokuapp.com/) for client-side scraping\n\n---\n\n[1]: This was _NOT_ built at the request of Hazen High School or Renton School District. This was just a small personal side project!\n\n[2]: Zoom links were removed from the website on Monday, 9/14/2020. Dashboards are now using data cached from 9/11/2020 10am PDT.\n\nInspired by [`sarthaktexas/zoom-dashbaord`](https://github.com/sarthaktexas/zoom-dashboard)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaryhtou%2FHazen-Zoom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgaryhtou%2FHazen-Zoom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaryhtou%2FHazen-Zoom/lists"}