Skip to content

Cr4zySheep/Pi-WakeUp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Pi-WakeUp

Setting

config.json sample :

{
  "db": {
    "name": "DB-NAME"
  },
  "server": {
    "port": "SERVER-PORT",
    "ip": "SERVER-IP"
  }
}

To start

Need node.js and mongoDB and then :

git clone https://github.com/Cr4zySheep/Pi-WakeUp.git
cd Pi-WakeUp
npm install
node app.js

Advice

When using multiple device, be aware that they can have different time and that's why alarms could ring several times.

About

An alarm clock destined for Raspberry Pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published