Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chriso345/currencyconverter

A Currency Converter written in Go with the use of a TUI framework
https://github.com/chriso345/currencyconverter

Last synced: about 1 month ago
JSON representation

A Currency Converter written in Go with the use of a TUI framework

Awesome Lists containing this project

README

        

# oCurrency

A currency converter TUI application using the open exchange rates (https://openexchangerates.org/) API.

This converts between a number of base currencies. Currently supported currencies include USD, NZD, GBP, and EUR.

## Installation

To install, clone the repository and run the following command in the root directory:

```bash
go run .
```

This will start the application:

```bash
Currency From:
> USD ($)
NZD ($)
GBP (£)
EUR (€)

Currency To:
> USD ($)
NZD ($)
GBP (£)
EUR (€)

Amount to convert:
```