Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmotz/gildedgauge
💸 An experiment in visualizing relative wealth
https://github.com/dmotz/gildedgauge
clojure clojurescript data-visualization react visualization
Last synced: about 9 hours ago
JSON representation
💸 An experiment in visualizing relative wealth
- Host: GitHub
- URL: https://github.com/dmotz/gildedgauge
- Owner: dmotz
- License: gpl-3.0
- Created: 2016-03-27T18:18:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-29T19:08:26.000Z (7 months ago)
- Last Synced: 2024-10-30T03:06:15.795Z (about 2 months ago)
- Topics: clojure, clojurescript, data-visualization, react, visualization
- Language: Clojure
- Homepage: http://oxism.com/GildedGauge/
- Size: 3.89 MB
- Stars: 20
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Gilded Gauge](https://oxism.com/GildedGauge/)
#### by [Dan Motzenbecker](http://oxism.com)
https://github.com/dmotz/GildedGauge/assets/302080/7b86bf70-3997-4323-8763-0eff83f6ecc8
_Gilded Gauge_ is an experiment in visualizing relative wealth in terms viewers
may find more natural to grasp.Enormous numbers become tangible via comparisons to the Fall of Rome, the distant
future, and cascades of emoji commodities.Each falling menagerie represents a concrete representation of the value in question,
down to the precise dollar.### Development
Fetch or update ranking data:
```
$ ./scripts/get-rankings.sh
```Open a dev server on `3449`:
```
$ ./scripts/start.sh
```Watch and recompile style source:
```
$ ./scripts/style-watch.sh
```### Production
Build JS and CSS bundles:
```
$ ./scripts/build
```Or run the [.distilla](https://github.com/dmotz/distilla) config.