Warning: This project has been abandoned in favor of the Clock Edge App.
This is an example asset for Screenly as part of the Screenly Playground.
You can view the live demo at clock.srly.io. The clock should automatically detect your local time zone and display the correct time.
Install Wrangler
$ npm install -g wrangler
Login to Cloudflare
$ wrangler login
Run the project in dev mode
$ wrangler dev
Publish worker
$ wrangler publish --env [environment name]