Code Monkey home page Code Monkey logo

Comments (3)

arlidge avatar arlidge commented on May 31, 2024 1

If you sign up for an API key at https://exchangeratesapi.io/ and in the "cash.js" modify line 19 to this:

http://api.exchangeratesapi.io/latest?access_key=YOURAPIKEY

You should then be able to make api calls again. One downside is, the standard plan does not allow for https calls, only http which is concerning. I will probably be finding another currency converter to use.

But that does fix the problem.

from cash-cli.

bob-rohan avatar bob-rohan commented on May 31, 2024

As per #80

from cash-cli.

bwagner avatar bwagner commented on May 31, 2024

In the meantime, the url has changed to:

http://api.exchangeratesapi.io/v1/latest?access_key=YOURACCESSKEY

So as mentioned by @arlidge, line 19 of cash.js needs to be adapted to:

const API = 'http://api.exchangeratesapi.io/v1/latest?access_key=YOURACCESSKEY';

from cash-cli.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.