rjsalvadorr / mchart-analyzer

Analyzes online chord charts for common traits and patterns.
https://rjsalvadorr.github.io/mchart-analyzer/
0 stars 0 forks source link

Display results #10

Open rjsalvadorr opened 7 years ago

rjsalvadorr commented 7 years ago

Find a way to display a page for each YAML file. The output page will have a bunch of pretty graphs showing the data from your calculations.

Implementation notes

You should probably start this process with the various graphing libraries that will be used. Then you can figure out the required transformations needed to get your data from point A to B.

rjsalvadorr commented 7 years ago

Maybe this shouldn't be part of the same project? Right now, I feel like creating a separate git project for this called mchart-analyzer-ui or something like that. It'll be a modern JS-based web app!