ProTipHQ / ProTip

A browser extension for tipping, donations, and peer-to-peer crowd-funding
https://protip.is
GNU General Public License v3.0
95 stars 15 forks source link

Fixer.io API no longer works #28

Open bnvk opened 6 years ago

bnvk commented 6 years ago

Today the API ProTip was using fixer.io ceased offering a free, open, public API of currency conversions. The service now requires registering for an API key as well as many paid-tiers. Once registered, making the code work with the new API key is easy:

If your old API Call was https://api.fixer.io/latest then your new integration should point to: https://data.fixer.io/api/latest?access_key=YOUR_ACCESS_KEY

This works for my temp dev needs, but this is not a long term solution due to:

Possible solutions:

  1. Do a paid account and not worry it about for now
  2. Run our own instance of FixerAPI which seems pretty easy