duartejc / phoenix-clocks

Displaying current time in almost all timezones with soft-realtime features of Phoenix Framework
4 stars 0 forks source link

Example of channels in Phoenix Framework

Built with the Phoenix Framework and based on Toby Pitman's example of CSS3 and jQuery clock.

It uses the timex date/time library.

To start your new Phoenix application you have to:

  1. Clone this repo, then cd to the new directory
  2. Install node modules with npm install
  3. Install dependencies with mix deps.get
  4. Start Phoenix router with mix phoenix.server

Now you can visit localhost:4000 from your browser.