- Notifications
You must be signed in to change notification settings - Fork9
A customizable clock, able to display all your notifications, made with Node.js.
License
HeyHeyChicken/No-Clock
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Hey, I recently added animated icons 😀
Do you want to recycle your old android device in a "No-Clock"?Use this app! |
- Clone it directly from GitHub.
git clone https://github.com/HeyHeyChicken/No-Clock.git
- Install packages
cd No-Clock-mainnpm install
- Launch this command.
node index.js
- If you start the launcher for the first time, it will generate you an API key used to send notifications to your device.
- Your clock shows you the time, specifying the seconds or not, the day of the week and the day of the month.
- You can ask it to display a notification with a POST request athttp://localhost/notification.
You'll have to set the "api-key" attribute in the header.
Finaly, you'll have to set the body like this:
{"icon": {"x":1,"y":1,"value":"hourglass" },"message": {"x":11,"y":1,"value":"8 minutesand 23 seconds remaining" },"remaining_time":5,"sound":"https://dm0qx8t0i9gc9.cloudfront.net/previews/audio/BsTwCwBHBjzwub4i4/audioblocks-bells-positive-sound_BKqfVgMUAvU_NWM.mp3"}
No-Clock has only been officially tested on Chromium based browser andAndroid.
The license key is obligatory.
If you useNo-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:
{"licenseKey":"non-commercial-and-evaluation"}
The license key is validated in an offline mode.
No connection is made to any server.
Created byAntoine Duval (HeyHeyChicken) with ❤ and ☕ (chocolate) inMesnil-Panneville.
About
A customizable clock, able to display all your notifications, made with Node.js.