Skip to content

warlockdn/currency

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currency Converter

Introduction

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

1

Requirements

Installation

  • 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.

Usage

Using this project, you can change the currency from the list of currency listed in the option.

Available currency (NGN, EUR, CAD, USD, BTC) 2

  • Examples
  1. NGN 10,000 to USD 3
  2. NGN 10,000 to EUR 4
  3. BTC 1 to USD 5
  4. BTC 1 to NGN 5

Contributors

Credits

  • Fixer - A foreign exchange rates and currency conversion API

** NOTE **

This is a sample project during the course of learning and it's susceptible to major change and refactor in the future.

About

A simple Golang Currency Converter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%