{"id":27135584,"url":"https://github.com/kernferm/time-converter","last_synced_at":"2025-04-10T00:10:39.888Z","repository":{"id":286025883,"uuid":"960117254","full_name":"KernFerm/time-converter","owner":"KernFerm","description":"Welcome to the Bubbles Timezone Converter, a fun, fast, and simple command-line tool to convert times between different timezones! 🌍⏰","archived":false,"fork":false,"pushed_at":"2025-04-05T14:43:42.000Z","size":34,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T00:10:36.445Z","etag":null,"topics":["converter","golang","timezone"],"latest_commit_sha":null,"homepage":"https://discord.fnbubbles420.org/invite","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KernFerm.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.MD","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}},"created_at":"2025-04-03T22:17:24.000Z","updated_at":"2025-04-05T14:43:46.000Z","dependencies_parsed_at":"2025-04-03T23:35:01.664Z","dependency_job_id":null,"html_url":"https://github.com/KernFerm/time-converter","commit_stats":null,"previous_names":["kernferm/time-converter"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KernFerm%2Ftime-converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KernFerm%2Ftime-converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KernFerm%2Ftime-converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KernFerm%2Ftime-converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KernFerm","download_url":"https://codeload.github.com/KernFerm/time-converter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248131317,"owners_count":21052819,"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":["converter","golang","timezone"],"created_at":"2025-04-08T01:48:47.098Z","updated_at":"2025-04-10T00:10:39.868Z","avatar_url":"https://github.com/KernFerm.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🕓 Bubbles Timezone Converter (CLI Edition)\r\n\r\nWelcome to the **Bubbles Timezone Converter**, a fun, fast, and simple command-line tool to convert times between different timezones! 🌍⏰\r\n\r\n---\r\n\r\n## ✅ Features\r\n\r\n- 🌐 Supports **every major timezone**\r\n- 🕰️ Input time in **12-hour format with AM/PM**\r\n- 🔁 Convert as many times as you want — all in one session!\r\n- ❌ Type `q` anytime to quit\r\n- 💬 Friendly prompts and emoji-powered feedback\r\n\r\n---\r\n\r\n## 🚀 How to Use\r\n\r\n- Make sure to Have ` Go ` installed \r\n- [Click To Download](https://go.dev/dl/)\r\n\r\n### 💻 1. Open PowerShell or Command Prompt\r\nNavigate into the folder where you have the converter:\r\n\r\n```bash\r\ncd path\\to\\time-converter\r\n```\r\n\r\n### 💡 Example:\r\n\r\n```\r\ncd C:\\Users\\YourName\\Desktop\\time-converter\r\n```\r\n\r\n## 🟢 2. Run the App or Script\r\n\r\n```\r\n./time-converter.exe\r\n```\r\n```\r\ngo run main.go\r\n```\r\n\r\n- You will be prompted like this:\r\n\r\n```\r\n⏰ Enter time (HH:MM AM/PM): 1:45 PM\r\n🌍 Enter source timezone (e.g., America/New_York): America/New_York\r\n🌎 Enter target timezone (e.g., Asia/Tokyo): Asia/Tokyo\r\n🕓 1:45 PM in Asia/Tokyo is 🕒 3:45 AM\r\n```\r\n\r\n### 💡 You can type `q` at any time to quit.\r\n\r\n\r\n## 🛠 Time Format Guide\r\n\r\n- Input Type: `Example`\r\n- Time: `01:30 PM` or `09:45 am`\r\n- Timezone: `America/New_York`, `Asia/Tokyo`, `Europe/London`, `UTC`, etc.\r\n\r\n- ✅ Uses IANA timezones. If you're unsure of a timezone format, check `timezones.json` or `search online`.\r\n\r\n## 🧪 Build from Source (Dev Use)\r\nIf you'd rather build it yourself:\r\n\r\n```\r\ncd path\\to\\time-converter\r\ngo mod init time-converter\r\ngo build -o time-converter.exe\r\n```\r\n\r\n# Output\r\n\r\n```\r\n🌐 Bubbles Timezone Converter\r\n👉 Format time as HH:MM AM/PM (e.g., 01:30 PM)\r\n💡 Type 'q' at any prompt to quit\r\n────────────────────────────────────────────\r\n\r\n⏰ Enter time (HH:MM AM/PM): 1:45 PM\r\n🌍 Enter source timezone (e.g., America/New_York): America/New_York\r\n🌎 Enter target timezone (e.g., Asia/Tokyo): Asia/Tokyo\r\n🕓 1:45 PM in Asia/Tokyo is 🕒 3:45 AM\r\n\r\n⏰ Enter time (HH:MM AM/PM): q\r\n\r\n👋 Thanks for using Bubbles Timezone Converter! Goodbye!\r\n```\r\n\r\n## Time-Converter EXE\r\n[Click To Download](https://github.com/KernFerm/time-converter/releases/tag/time_converter.exe)\r\n\r\n# 💖 Created By\r\n- Bubbles The Dev\r\n- 🌐 [fnbubbles420.org](https://fnbubbles420.org/)\r\n- [Discord Invite Link](https://discord.fnbubbles420.org/invite)\r\n\r\nMaking the world more accessible, one time conversion at a time 💫\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkernferm%2Ftime-converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkernferm%2Ftime-converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkernferm%2Ftime-converter/lists"}