{"id":30102286,"url":"https://github.com/thatsinewave/timemaster","last_synced_at":"2025-08-09T19:58:36.841Z","repository":{"id":306242198,"uuid":"806311835","full_name":"ThatSINEWAVE/TimeMaster","owner":"ThatSINEWAVE","description":"Prototype web application that provides various time-related calculations and utilities. Built with vanilla JavaScript, HTML, and CSS, it offers a simple interface for interacting with the DigiDates API.","archived":false,"fork":false,"pushed_at":"2025-07-24T10:58:56.000Z","size":175,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-24T15:09:00.605Z","etag":null,"topics":["good-first-bug","good-first-contribution","good-first-example","good-first-issue","good-first-issues","good-first-pr","good-first-pr-first-contribution","good-first-project","html-css-javascript","html-css-js","thatsinewave","time","time-conversion","time-conversion-by-country","time-converter","time-tracker","timer","timezone","web-application","website"],"latest_commit_sha":null,"homepage":"https://thatsinewave.github.io/TimeMaster/","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/ThatSINEWAVE.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"ThatSINEWAVE","ko_fi":"thatsinewave"}},"created_at":"2024-05-27T00:01:29.000Z","updated_at":"2025-07-24T10:58:59.000Z","dependencies_parsed_at":"2025-07-24T15:09:08.009Z","dependency_job_id":"dc66d08a-4721-4755-9e4e-5a72d2909461","html_url":"https://github.com/ThatSINEWAVE/TimeMaster","commit_stats":null,"previous_names":["thatsinewave/timemaster"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ThatSINEWAVE/TimeMaster","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatSINEWAVE%2FTimeMaster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatSINEWAVE%2FTimeMaster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatSINEWAVE%2FTimeMaster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatSINEWAVE%2FTimeMaster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThatSINEWAVE","download_url":"https://codeload.github.com/ThatSINEWAVE/TimeMaster/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatSINEWAVE%2FTimeMaster/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269631157,"owners_count":24450142,"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","status":"online","status_checked_at":"2025-08-09T02:00:10.424Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["good-first-bug","good-first-contribution","good-first-example","good-first-issue","good-first-issues","good-first-pr","good-first-pr-first-contribution","good-first-project","html-css-javascript","html-css-js","thatsinewave","time","time-conversion","time-conversion-by-country","time-converter","time-tracker","timer","timezone","web-application","website"],"created_at":"2025-08-09T19:58:34.343Z","updated_at":"2025-08-09T19:58:36.827Z","avatar_url":"https://github.com/ThatSINEWAVE.png","language":"JavaScript","funding_links":["https://github.com/sponsors/ThatSINEWAVE","https://ko-fi.com/thatsinewave"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# TimeMaster Toolbox (Prototype)\n\nTimeMaster Toolbox is a prototype web application that provides various time-related calculations and utilities. Built with vanilla JavaScript, HTML, and CSS, it offers a simple interface for interacting with the DigiDates API. Please note that this is a work in progress, and the API responses are currently displayed in raw JSON format.\n\n![TimeMaster](https://github.com/user-attachments/assets/d723fa10-88eb-4205-9050-9f08969a5776)\n\n\u003c/div\u003e\n\n## Prototype Status\n\nThis is currently a prototype/proof of concept with the following limitations:\n\n- API responses are displayed in raw JSON format without formatting\n- Basic error handling is implemented but needs refinement\n- UI is functional but will be enhanced in future versions\n- Mobile responsiveness needs improvement\n- Limited input validation\n\n\u003cdiv align=\"center\"\u003e\n\n## ☕ [Support my work on Ko-Fi](https://ko-fi.com/thatsinewave)\n\n\u003c/div\u003e\n\n## Current Features\n\n- **Unix Time Conversion**: Convert dates to Unix timestamps\n- **Date Validation**: Verify if a date is valid\n- **Calendar Week**: Get ISO calendar week numbers for any date\n- **Leap Year Check**: Determine if a year is a leap year\n- **Countdown Calculator**: Calculate time remaining until a future date\n- **Progress Tracker**: Calculate progress between two dates\n- **CO² Historical Data**: Find historical years based on CO² concentration levels\n\n## Acknowledgments\n\n- DigiDates API for providing the backend services\n- Contributors and testers who help improve this prototype\n\n## Project Structure\n\n```\ndigitime-toolbox/\n│\n├── index.html      # Main HTML file\n├── styles.css      # Styling\n└── scripts.js      # JavaScript functionality\n```\n\n## API Integration\n\nThe application uses the DigiDates API (https://digidates.de/api/v1). Currently, responses are displayed in raw JSON format. Example response:\n\n```json\n{\n    \"time\": 1640995200\n}\n```\n\n## Planned Improvements\n\n- [ ] Format API responses for better readability\n- [ ] Add proper error messages and validation feedback\n- [ ] Enhance mobile responsiveness\n- [ ] Add loading indicators\n- [ ] Improve UI/UX design\n- [ ] Add input validation with helpful feedback\n- [ ] Add unit tests\n- [ ] Add documentation for API endpoints\n- [ ] Add examples for each tool\n- [ ] Implement proper error boundary\n\n## Contributing\n\nContributions are welcome! If you find any bugs or have suggestions for improvements, please feel free to open an issue or submit a pull request.\n\n\u003cdiv align=\"center\"\u003e\n\n## [Join my discord server](https://thatsinewave.github.io/Discord-Redirect/)\n\n\u003c/div\u003e\n\n## License\n\nThis project is licensed under the [MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatsinewave%2Ftimemaster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthatsinewave%2Ftimemaster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatsinewave%2Ftimemaster/lists"}