Skip to content

jkwaldrip/ode-to-joy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ode to Joy

Playing Beethoven's "Ode to Joy" on VirtualPiano.net in TypeScript with Puppeteer


This is just a small demo project. It runs in Puppeteer, which drives Google Chromium in GUI mode. Using Puppeteer, we interact with VirtualPiano.net to play Beethoven's "Ode to Joy."

Durations and Rests

This project uses a promise-based sleep() function in order to establish note and rest duration. Please DO NOT use sleep() functions in your own code if you are automating UI tests. There is always a functional condition to wait on instead.

Installation

To install:

  1. Clone this repository
  2. cd to the new directory and run npm install
  3. Run npm start to build and run the application itself

About

Playing Beethoven's "Ode to Joy" on VirtualPiano.net in TypeScript with Puppeteer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published