{"id":26048609,"url":"https://github.com/jackkweyunga/jek-mobile-timetable-v2","last_synced_at":"2025-04-10T16:20:59.080Z","repository":{"id":175907184,"uuid":"430831644","full_name":"jackkweyunga/jek-mobile-timetable-v2","owner":"jackkweyunga","description":"Version 2 of the jek-mobile-tmb. A user friendly interface for the university of Dar es salaam weekly timetable. Powered by an API of all academic events taking place weekly in the university.","archived":false,"fork":false,"pushed_at":"2021-11-30T11:04:43.000Z","size":6921,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T14:08:29.301Z","etag":null,"topics":["javascript","jek-mobile-timetable","udsm","udsm-timetable","udsmtimetable","udsmtt"],"latest_commit_sha":null,"homepage":"https://udsmtt.tk/","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-11-22T19:02:40.000Z","updated_at":"2023-01-04T13:04:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"0fa39801-b31b-48a2-abac-a8fd822ed5d0","html_url":"https://github.com/jackkweyunga/jek-mobile-timetable-v2","commit_stats":null,"previous_names":["jackkweyunga/jek-mobile-timetable-v2"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackkweyunga%2Fjek-mobile-timetable-v2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackkweyunga%2Fjek-mobile-timetable-v2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackkweyunga%2Fjek-mobile-timetable-v2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackkweyunga%2Fjek-mobile-timetable-v2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jackkweyunga","download_url":"https://codeload.github.com/jackkweyunga/jek-mobile-timetable-v2/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248252663,"owners_count":21072699,"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":["javascript","jek-mobile-timetable","udsm","udsm-timetable","udsmtimetable","udsmtt"],"created_at":"2025-03-08T00:27:13.515Z","updated_at":"2025-04-10T16:20:59.073Z","avatar_url":"https://github.com/jackkweyunga.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jek-mobile-timetable-v2\n\n#############\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```\n\nAdd include this script\n```html\n  \u003cscript src=\"https://cdn.jsdelivr.net/gh/jackkweyunga/jek-mobile-timetable-v2/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/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-v2/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\n![image](https://user-images.githubusercontent.com/75433841/142921416-0f6ec5e6-35f5-47a7-b058-8b8844cd5dc0.png)\n\n# ...\n\n#### Fun Fact\nThis project is an evolution from jek-mobile-timetable-v1 https://github.com/jackkweyunga/jek-mobile-timetable-v1\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\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackkweyunga%2Fjek-mobile-timetable-v2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjackkweyunga%2Fjek-mobile-timetable-v2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackkweyunga%2Fjek-mobile-timetable-v2/lists"}