Skip to content

simonklee/currency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currency
========

Package currency implements a currency converter.

In short the package uses the European Central Banks exchange rates for
historical currency conversion. http://fixer.io API is used to access the the
data. 

See godoc for API and usage examples: https://pkg.go.dev/github.com/insmo/currency

Fixer.io API Token
------------------

It is required to get an API token from fixer.io to use this package. The helper
functions and default exchange look for an API token on the environment variable
`FIXER_API_TOKEN`.

About

package currency implements a currency converter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages