LabiciIvan / exchange-bot

1 stars 0 forks source link

Research for exchange API #10

Open LabiciIvan opened 1 year ago

LabiciIvan commented 1 year ago

Need to look online for a exchange API that can send us data in real-time if is possible . You can use Postman to make API Calls to test the API found on web for exchange, and check what data sends back.

exchange API criteria :

1986-OldMan commented 1 year ago

I conducted a search and discovered the following exchange API for this project :

-> https://exchangeratesapi.io/

-> https://www.exchangerate-api.com/

-> https://fixer.io/

-> https://exchangerate.host/#/

-> https://anyapi.io/currency-exchange-api

LabiciIvan commented 1 year ago

Perfect! @1986-OldMan

The one I think it suits us is this https://exchangerate.host/#/ as it is easy to understand and to work with.

Thank you, Please start with #21 and make a PR to start working with CA ( frontend stuff ).