This is a simple Currency Converter built with Golang and Materialize CSS using the Fixer currency JSON API (Free Plan). Check it out on https://go-currency.herokuapp.com
- Go - v1.14 above
- Materialize CSS - v1.0.0 above
-
Clone this repo
git clone https://github.com/heavykenny/currency.git
-
Change directory to project directory
cd currency
-
Copy .env
cp .env.example .env
-
Run application
go run main.go
This will serve this application on the port :8080.
Using this project, you can change the currency from the list of currency listed in the option.
Available currency (NGN, EUR, CAD, USD, BTC)
- Examples
- Fixer - A foreign exchange rates and currency conversion API
This is a sample project during the course of learning and it's susceptible to major change and refactor in the future.