Skip to content
/ alarm3 Public

Alarm clock with Node.js backend and html/js web frontend

Notifications You must be signed in to change notification settings

Znarkus/alarm3

Repository files navigation

Alarm 3

Install this app, hook up some speakers and use the computer as an alarm clock. Controlled via a web interface. Created with Node.js.

Alarm sound is taken from http://soundjax.com/alarm-1.html.

Features

  • Built using web sockets. It's fast and propagate events and changes to all clients.
  • Verify awake. Press stop and it will prompt if you're awake after 1 minute.
  • Detailed log. Also fetches log history for new clients.

Install

npm install .

Usage

node .

Then access it on [IP]:1337. Use forever to keep it alive in the background.

About

Alarm clock with Node.js backend and html/js web frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published