{"id":26048613,"url":"https://github.com/jackkweyunga/jek-mobile-timetable-v1","last_synced_at":"2025-06-11T01:33:46.151Z","repository":{"id":175907180,"uuid":"398480885","full_name":"jackkweyunga/jek-mobile-timetable-v1","owner":"jackkweyunga","description":"most reliable digital timetable based on the University of Dar es salaam weekly study timetable.","archived":false,"fork":false,"pushed_at":"2021-11-22T19:17:24.000Z","size":5881,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-08T00:28:31.280Z","etag":null,"topics":["timetable"],"latest_commit_sha":null,"homepage":"","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/jackkweyunga.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":"2021-08-21T06:06:55.000Z","updated_at":"2021-11-22T19:17:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"69583709-f79a-4221-aa46-50dbda59f0e3","html_url":"https://github.com/jackkweyunga/jek-mobile-timetable-v1","commit_stats":null,"previous_names":["jackkweyunga/jek-mobile-timetable-v1"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackkweyunga%2Fjek-mobile-timetable-v1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackkweyunga%2Fjek-mobile-timetable-v1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackkweyunga%2Fjek-mobile-timetable-v1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackkweyunga%2Fjek-mobile-timetable-v1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jackkweyunga","download_url":"https://codeload.github.com/jackkweyunga/jek-mobile-timetable-v1/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackkweyunga%2Fjek-mobile-timetable-v1/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259181373,"owners_count":22817939,"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":["timetable"],"created_at":"2025-03-08T00:27:14.198Z","updated_at":"2025-06-11T01:33:46.139Z","avatar_url":"https://github.com/jackkweyunga.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jek-mobile-timetable-v1\nmost reliable digital timetable based on the University of Dar es salaam weekly study timetable.\n\n# Features (future and present)\n\n- [X] available in cdn\n- [x] simple html setup\n- [x] colorfull look\n- [x] dynamically load the thimetable (stiil from a json file, currently the university timetable is not available)\n- [X] loading seminars in a separate page.\n- [x] responsive sidenav \n- [X] functional sidenav\n- [X] a nice mobile vie\n- [X] a functional search bar for searching faculties\n- [X] An alternative easy way to preconfigure a faculty \n- [ ] statefullness and ability to be customized\n\n##### and still adding more features ...\n\n## How it works\nIt is easy to configure and use. Currently targeted for developers who want to include udsm time table in their web based projects.\n\n#### in your htm file eg. index.html\n\nAdd the following styles to the header tag\n```html\n\u003c!-- Required meta tags --\u003e\n    \u003cmeta charset=\"utf-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"\u003e\n\n    \u003c!-- Bootstrap CSS v5.0.2 --\u003e\n    \u003clink rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css\"\n      integrity=\"sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC\" crossorigin=\"anonymous\"\u003e\n\n    \u003c!-- bootstrap icons  --\u003e\n    \u003clink rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/bootstrap-icons@1.6.1/font/bootstrap-icons.css\"\u003e\n\n    \u003c!-- jek-mobile-timetable css Library --\u003e\n    \u003clink href=\"https://cdn.jsdelivr.net/gh/jackkweyunga/jek-mobile-timetable/assets/css/tmb.css\" rel=\"stylesheet\"\u003e\n```\n\nAdd include this script\n```html\n  \u003cscript src=\"https://cdn.jsdelivr.net/gh/jackkweyunga/jek-mobile-timetable/dist/jek-mobile-tmb.js\"\u003e\u003c/script\u003e\n```\n\nIn the section/page where you want to add this timetable, add this\n\n```html\n    \u003cdiv id=\"tmb\"\u003e\u003c/div\u003e\n```\n\nFor the simplest use, your htm file will look like this.\n\n```html\n\n\u003c!doctype html\u003e\n\u003chtml lang=\"en\"\u003e\n  \u003chead\u003e\n    \u003c!-- Required meta tags --\u003e\n    \u003cmeta charset=\"utf-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"\u003e\n\n    \u003c!-- Bootstrap CSS v5.0.2 --\u003e\n    \u003clink rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css\"\n      integrity=\"sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC\" crossorigin=\"anonymous\"\u003e\n\n    \u003c!-- bootstrap icons  --\u003e\n    \u003clink rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/bootstrap-icons@1.6.1/font/bootstrap-icons.css\"\u003e\n\n    \u003c!-- jek-mobile-timetable css Library --\u003e\n    \u003clink href=\"https://cdn.jsdelivr.net/gh/jackkweyunga/jek-mobile-timetable/assets/css/tmb.css\" rel=\"stylesheet\"\u003e\n    \n  \u003c/head\u003e\n  \u003cbody\u003e\n\n    \u003c!--use the timetable id (tmb) to direct where the timetable appears --\u003e\n    \u003cdiv id=\"tmb\"\u003e\u003c/div\u003e\n      \n    \u003c!-- jek-mobile-timetable JavaScript Library --\u003e\n    \u003cscript src=\"https://cdn.jsdelivr.net/gh/jackkweyunga/jek-mobile-timetable/dist/jek-mobile-tmb.js\"\u003e\u003c/script\u003e\n  \u003c/body\u003e\n\u003c/html\u003e\n\n```\n\n#### Something like this will be visible\n\n![image](https://user-images.githubusercontent.com/75433841/142921120-068c60e5-e886-4469-bde0-18804f309faa.png)\n\n# ...\n\n#### Fun Fact\nThis project is an evolution from myudsmtimetable project which unfortunately is dead :smile:\n\n# Contribute\nAny new ideas plz reach out.\n- Fork and add some features.\n- If you want to be added as a developer in this project, reach out too.\n\nemail [jackkweyunga@gmail.com](https://jackkweyunga@gmail.com)\n\nportfolio https://jackkweyunga.works\n\nvisit https://udsmtt.tk to find out more about the timetable\n\n# Liscence\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackkweyunga%2Fjek-mobile-timetable-v1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjackkweyunga%2Fjek-mobile-timetable-v1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackkweyunga%2Fjek-mobile-timetable-v1/lists"}