{"id":24875818,"url":"https://github.com/heyheychicken/no-clock","last_synced_at":"2025-07-08T10:39:06.038Z","repository":{"id":116100233,"uuid":"443092917","full_name":"HeyHeyChicken/No-Clock","owner":"HeyHeyChicken","description":"A customizable clock, able to display all your notifications, made with Node.js.","archived":false,"fork":false,"pushed_at":"2024-02-06T15:44:40.000Z","size":2066,"stargazers_count":24,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-05-01T16:42:00.555Z","etag":null,"topics":["lametric"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/HeyHeyChicken.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":"2021-12-30T14:07:35.000Z","updated_at":"2024-04-17T13:55:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"42815848-877b-40d2-83eb-24b83a2f751f","html_url":"https://github.com/HeyHeyChicken/No-Clock","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/HeyHeyChicken%2FNo-Clock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeyHeyChicken%2FNo-Clock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeyHeyChicken%2FNo-Clock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeyHeyChicken%2FNo-Clock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HeyHeyChicken","download_url":"https://codeload.github.com/HeyHeyChicken/No-Clock/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236635004,"owners_count":19180819,"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":["lametric"],"created_at":"2025-02-01T08:17:56.608Z","updated_at":"2025-02-01T08:17:57.249Z","avatar_url":"https://github.com/HeyHeyChicken.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003cimg src=\"https://raw.githubusercontent.com/HeyHeyChicken/No-Clock/main/resources/logo.png\" width=\"300\"\u003e\n\u003cbr\u003e\u003cbr\u003e\n\n**No-Clock** is a customizable clock, able to display all your notifications, made with Node.js.\u003cbr\u003e\n\n\u003cbr\u003e\n\n\u003cimg src=\"https://raw.githubusercontent.com/HeyHeyChicken/No-Clock/main/resources/demo.gif\"\u003e\n\u003c/div\u003e\n\n\u003cbr\u003e\n\nHey, I recently added animated icons 😀\u003cbr/\u003e\n\u003cdiv align=\"center\"\u003e\n \u003cimg src=\"https://raw.githubusercontent.com/HeyHeyChicken/No-Clock/main/resources/clock.gif\" width=\"100\"\u003e\n \u003cimg src=\"https://raw.githubusercontent.com/HeyHeyChicken/No-Clock/main/resources/smile.gif\" width=\"100\"\u003e\n \u003cimg src=\"https://raw.githubusercontent.com/HeyHeyChicken/No-Clock/main/resources/poop.gif\" width=\"100\"\u003e\n\u003c/div\u003e\n\u003cbr/\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003ctable\u003e\n    \u003cthead\u003e\n      \u003ctr\u003e\n        \u003ctd\u003e\n          \u003cimg src=\"https://www.android.com/static/images/fav/favicon.ico\"\u003e\n        \u003c/td\u003e\n        \u003ctd\u003eDo you want to recycle your old android device in a \"No-Clock\"? \u003ca href=\"https://github.com/HeyHeyChicken/No-Clock-Android\"\u003eUse this app\u003c/a\u003e!\u003c/td\u003e\n      \u003c/tr\u003e\n    \u003c/thead\u003e\n  \u003c/table\u003e\n\u003c/div\u003e\n\n## Installation\n\n1) Clone it directly from GitHub.\n```\ngit clone https://github.com/HeyHeyChicken/No-Clock.git\n```\n2) Install packages\n```\ncd No-Clock-main\nnpm install\n```\n\n## Usage\n\n1) Launch this command.\n```\nnode index.js\n```\n2) If you start the launcher for the first time, it will generate you an API key used to send notifications to your device.\u003cbr/\u003e\n\n## Features\n\n1) Your clock shows you the time, specifying the seconds or not, the day of the week and the day of the month.\u003cbr/\u003e\n2) You can ask it to display a notification with a POST request at http://localhost/notification.\u003cbr/\u003e\nYou'll have to set the \"api-key\" attribute in the header.\u003cbr/\u003e\nFinaly, you'll have to set the body like this:\n```json\n{\n    \"icon\": {\n        \"x\": 1,\n        \"y\": 1,\n        \"value\": \"hourglass\"\n    },\n    \"message\": {\n        \"x\": 11,\n        \"y\": 1,\n        \"value\": \"8 minutesand 23   seconds  remaining\"\n    },\n    \"remaining_time\": 5,\n    \"sound\": \"https://dm0qx8t0i9gc9.cloudfront.net/previews/audio/BsTwCwBHBjzwub4i4/audioblocks-bells-positive-sound_BKqfVgMUAvU_NWM.mp3\"\n}\n```\n\n## Compatibility\n\n**No-Clock** has only been officially tested on Chromium based browser and \u003ca href=\"https://github.com/HeyHeyChicken/No-Clock-Android\"\u003eAndroid\u003c/a\u003e.\n\n## License key\n\n**The license key is obligatory.**\n\nIf you use **No-Clock** for purposes not intended toward monetary compensation such as, but not limited to, teaching, academic research, evaluation, testing and experimentation, pass the phrase `'non-commercial-and-evaluation'` in the \"/settings.json\" file, as presented below:\n\n```json\n{\n  \"licenseKey\": \"non-commercial-and-evaluation\"\n}\n```\n\nThe license key is validated in an offline mode.\u003cbr/\u003e\nNo connection is made to any server.\u003cbr/\u003e\n\n\u003cbr\u003e\n\u003cbr\u003e\n\nCreated by [Antoine Duval (HeyHeyChicken)](//antoine.cuffel.fr) with ❤ and ☕ (chocolate) in [Mesnil-Panneville](//en.wikipedia.org/wiki/Mesnil-Panneville).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheyheychicken%2Fno-clock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheyheychicken%2Fno-clock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheyheychicken%2Fno-clock/lists"}