Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chriso345/currencyconverter
- Owner: ChrisO345
- Created: 2024-08-08T09:33:33.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-08T11:21:10.000Z (5 months ago)
- Last Synced: 2024-10-13T20:41:44.014Z (2 months ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
```