Skip to content

KARTHICK13691/go-currency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-currency

A current currency course and its historical fluctuations API. Data taken from European Central Bank API.

Database = postgresql Authentication = JWT Framework = gorilla mux

Response format.

{
    "base": "EUR",
    "date": "2020-09-14",
    "rates": {
        "USD": 1.1876,
        "JPY": 125.82,
        "BGN": 1.9558,
        "CZK": 26.660,
        "...": "and so on...",
    }
}

Run

go run go-currency.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages