Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,24 @@ Assignment 4 - Creative Coding
===
http://a4-owen-blaufuss.glitch.me

An interactive bar graph to explore the lyrical volume of the band They Might Be Giants over time.

NOTE: The lyrics are stored as a large number of small files. They are only requested once, on page load, but Glitch doesn't seem to like this volume of requests; refreshing the page many times back to back may result in being rate-limited.

Requirements
------------
- Server, created using Express
- [D3.js](https://d3js.org)
- User interface
- User interface wtih following parameters:
- X axis display radio button choices
- X axis display album name dropdown list
- Y axis display radio button choices
- Y axis display custom search box

Challenges
----------
- Due to the format in which the lyrics were downloaded, a large volume of network requests is made on page load. Making this happen efficiently and ensuring that all these requests had finished before display was a bit of a challenge.
- The lengths and formatting of different songs and albums was difficult to predict and work around. To avoid having to make major changes for edge cases, an alternate solution, hovertext on each bar, was used as a label.

Special thanks:
-----------
Expand Down
4 changes: 0 additions & 4 deletions data/1995_John-Flansburgh's-Mono-Puff_Dr.-Kildare-Demo.lyric

This file was deleted.

This file was deleted.

This file was deleted.

20 changes: 0 additions & 20 deletions data/1995_John-Flansburgh's-Mono-Puff_Tryptophan.lyric

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

35 changes: 0 additions & 35 deletions data/1996_The-Devil-Went-Down-To-Newport-EP_Oddball.lyric

This file was deleted.

23 changes: 0 additions & 23 deletions data/1996_The-Devil-Went-Down-To-Newport-EP_Pretty-Fly.lyric

This file was deleted.

This file was deleted.

This file was deleted.

20 changes: 0 additions & 20 deletions data/1996_The-Devil-Went-Down-To-Newport-EP_Tryptophane.lyric

This file was deleted.

Loading