Disklavier

When starting this app it will take a minute or two to scrape all of the data from Disklavier's website. This repo doesn't use a database, only puts the data into ETS so every time you bounce the server it will block on getting that data.

Get started

> mix deps.get
> mix phx.server

Open the Xcode project:

> open native/swiftui/Disklavier.xcodeproj

Make sure that the non-watch target and TvOS simulator are chosen:

Screenshot 2024-05-15 at 10 57 25 AM

You may need to "Trust & Enable" a few times.

Compile and run.