Code Monkey home page Code Monkey logo

npm-exchange-rates's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

npm-exchange-rates's Issues

Get currencies?

Hi, I'm trying to do a currency converter (I already have added the option to set the base currency), but I think it lacks a method that helps getting the currencies.json data.

I've thought of loading it locally (downloading the file) but it'd be better if a method like oxr.currencylist or something like that could be done. I could also load them in a database like CouchDB (I don't see why should I use a relational DB here).

Does not return any rates

oxr.timestamp undefined
oxr.base USD
oxr.rates {}

const oxr = require('open-exchange-rates');
oxr.set({ app_id: OXR_APP_ID })

await oxr.latest();
  // You can now use `oxr.rates`, `oxr.base` and `oxr.timestamp`
  console.log('oxr.rates', oxr.rates);
  console.log('oxr.base', oxr.base);
  console.log('oxr.timestamp', oxr.timestamp);

Using version 0.3.0
My app id works fine using:
https://openexchangerates.org/api/latest.json?app_id=

UPDATE:
It appears it doesn't work with "await".
The following works but I am not sure how to use it like that for my use case as I need to wait for the results and then do something else.

 oxr.latest(function() {
    // You can now use `oxr.rates`, `oxr.base` and `oxr.timestamp`
    console.log('oxr', oxr);
    console.log('oxr.rates', oxr.rates);
    console.log('oxr.base', oxr.base);
    console.log('oxr.timestamp', oxr.timestamp);
  });

Multiple requests in parallel

This library is weird. Why do you store the rates in a kinda global variable? What happens if I query multiple times for multiple dates. One has to implement a kind of global queue just because this library is poorly implemented. oxr.historical should not store the rates to the oxr object but pass it into the callback as an argument. Also what about error handling?

Exchange rates supported?

Hi

I've implemented the code successfully, just to find there are codes not supported. Is there a list of exchange rates supported? Can more be added?

Best regards

Andre

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.