Skip to content

a clock built using node.js, express and socket.io

Notifications You must be signed in to change notification settings

bg1avd/clock_node

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Climate

Clock_node

During week 7 Bernard and I have built a clock to try and understand better how node and sockets work. Later on I decided to represent the time as a HEX colour value which goes from #000000 to #235959. For this reason the color is always quite dark.

Technologies:

  • Javascript
  • JQuery
  • HTML/CSS
  • Node.js
  • Express.js
  • Socket.io

On Heroku:

https://clock-node.herokuapp.com/

How to use:

Clone the repo:

$ git clone https://github.com/elenagarrone/clock_node.git

Change into the directory:

$ cd clock_node

Supposing you have installed Node.js and npm, type:

$ npm install
# this will install the packages inside of the package.json file

and then:

$ npm start
#then on the browser go to:
localhost:3000

About

a clock built using node.js, express and socket.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.3%
  • HTML 21.3%
  • CSS 11.4%