/currency-map

Currencies fluctuate. Where should you travel for maximum bang per buck?

Primary LanguageHTML

Currency Map

Currencies fluctuate. You can know what country is more affordable, and go travel there. It is fun to see the world!

TODO

  • Add class with country name to SVG file
  • Get map of countryname->currency
  • Download 10 years of currency fx data
  • Figure out the average of all prices for each currency
  • Figure out how to paint one country
  • Find delta between current fx rate and historical average
  • Map each country to the delta value their currency has
  • Convert that delta to a hex number that corresponds to a color
  • paint every country with a (fn [medium-value current-value] (delta medium-value current-value))
  • render! is a fn that paints .countrycode with that function

to run dev server

$ boot dev

Licence

GNU Gpl v3 or higher. Free software