Skip to content

denniskline/pi-clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pi-clock

with-clock-initial-setup

Install Node.js and npm

Setup project

  • cd pi-clock
  • npm init
  • npm install express --save
  • npm install express-generator -g (needs to run sudo to install globally)
  • express --view=pug pi-clock
  • npm install
  • npm install --save-dev nodemon (allows file changes without restarting server each time)
  • npm install -g bower
  • bower init
  • bower install moment --save

Run Project

  • DEBUG=pi-clock:* npm run devstart

OpenWeatherMap

Clock:

Screen Setup:

About

Simple clock powered by a raspberry pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published