bbutler522 / SpaceX-Visualization

A visualization of SpaceX launches
6 stars 2 forks source link

Make Generators & JSON functions DRY #4

Open bbutler522 opened 6 years ago

bbutler522 commented 6 years ago

A good amount of the code is manual html = "<p><strong>Rocket Name:</strong> " + val.rocket.rocket_name + "</p>"; It would be great to automate this further.