Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshwcomeau/clywmparison_blogembed
A Yoyo Comparison tool, used by Caribou Lodge Yoyo Works
https://github.com/joshwcomeau/clywmparison_blogembed
Last synced: 17 days ago
JSON representation
A Yoyo Comparison tool, used by Caribou Lodge Yoyo Works
- Host: GitHub
- URL: https://github.com/joshwcomeau/clywmparison_blogembed
- Owner: joshwcomeau
- Created: 2014-05-28T13:58:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-03T15:16:53.000Z (over 9 years ago)
- Last Synced: 2024-12-09T14:14:36.917Z (24 days ago)
- Language: JavaScript
- Homepage: http://www.clyw.ca/pages/clywmparison
- Size: 1.25 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is an iframe-embeddable version of the original project, at joshwcomeau.github.io. It was built for CLYW.
See it live: http://www.clyw.ca/pages/clywmparison
CLYWmparison
==============As a hobbyist modern-day yoyoer, there are 3 primary stats I look at when purchasing a new yoyo:
- - Diameter (in mm)
- - Width (in mm)
- - Weight (in g)
All of this information is available from the manufacturers, but there isn't any neat way to visualize that data. Until now.
Caribou Lodge Yoyo Works, CLYW for short, is a Canadian yoyo company that makes unbelievable high-end yoyos. I've decided to focus on their 25+ models for now, although this project could easily be expanded to include other manufacturers.
Development & Technology Details:
This is a 48-hour weekend project. Hackathon-style.
I'm creating this project as an exercise in data visualization and testing.
- For data visualization, I'll be using D3.js to create a radar chart.
- For testing, I'll be using Jasmine. I'm going to *attempt* to develop this using TDD (Test-Driven Development)
- To get some more JS practice, I will NOT be using jQuery. For sanity, I'll use Underscore.js, but I'll try and write some straight-up JavaScript here and there.This is a purely front-end project, all done in JavaScript. In addition to D3 and Jasmine, I'll be using Underscore.js to aid with iteration.