Code Monkey home page Code Monkey logo

currency-money's Introduction

In this repository I show how to use a Free API from https://fixer.io to convert currency.

I live in Canada and I like to know how much the Canadian dollar (CAD) is in Brazilian currency (BRL).

You can also run with from terminal (BASH), JSON (Postman), but I made it with JAVA as part of my studies for the future to become a JAVA Backend coder.

I ran in Java with IntelliJ IDE.

I made it as follows:

1) I registered on https://fixer.io and I got my Currency API Key

2) I created a project in IntelliJ as follows: - File -> New -> Project -> Maven -> Project SDK: corretto-11

3) I edited the POM.XML file - Open POM.xml -> paste snippits -> Reimport All Maven Projects:

 <dependency>
     <groupId>com.squareup.okhttp3</groupId>
     <artifactId>okhttp</artifactId>
     <version>4.5.0</version>
 </dependency>
 <maven.compiler.source>11</maven.compiler.source>
 <maven.compiler.target>11</maven.compiler.target>

4) I created the program - main.java file and customized it as it is in my repository.

Below is the result:

java-currency-money-app

currency-money's People

Contributors

volgarine avatar

Stargazers

 avatar

Watchers

 avatar

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.