An open API service indexing awesome lists of open source software.

https://github.com/leandroberlin/cryptoconverter

Cryptocurrencies converter using cryptonator API
https://github.com/leandroberlin/cryptoconverter

Last synced: 3 months ago
JSON representation

Cryptocurrencies converter using cryptonator API

Awesome Lists containing this project

README

        

# Crypto currencies converter

A crypto currency to fiat converter webapp.

## Description
The app will convert the given currency to the chosen fiat one.

- use exchange rates API [Cryptocurrencies](https://www.cryptonator.com/api)

### Assignment

- review the html document
- use/customize the provided style
- implement the logic

### Example:

![preview](./assets/images/demo.gif)

### Stages:
1 - Create the logic your own way!
2 - Refactor your code to use a Class