Skip to content

piotr-szachewicz/offline-metronome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Offline metronome

A metronome webpage that can also work completely offline. Uses Service Workers to cache all the page files.

## How does it work

  1. Use a Chrome browser.
  2. Go to the https://piotr-szachewicz.github.io/offline-metronome/ site.
  3. Play around a bit.
  4. Turn off your internet connection
  5. Go to the page again, refresh, close and open it, etc.
  6. The page still works offline!

Here's a GIF with a quick demo:

offline-metronome-demo

Local usage

If you want to run the metronome locally follow these steps:

  1. Install Node - https://nodejs.org/en/download/
  2. git clone [email protected]:piotr-szachewicz/offline-metronome.git
  3. cd offline-metronome
  4. npm install
  5. gulp
  6. open http://localhost:8080 in your browser

About

A metronome as a webpage that also works offline (using Service Workers).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published