New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/unklefedor/currency

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/unklefedor/currency

v0.0.0-20191108151051-6cec7498347f
Source
Go
Version published
Created
Source

Currency

Currency library. Give only convert methods now.

Work flow

Get fiat convert mods from http://currencies.apps.grandtrunk.net every 10 seconds.

Provide converter interface:

type Converter interface {
	GetConvertModToUSD(fromSymbol string) (float64, error)
	AppendCustomFiat(key string, value float64)
	CustomFiat(symbol string) bool
	Fiat(symbol string) bool
}

You can add your custom fiats by AppendCustomFiat.

FAQs

Package last updated on 08 Nov 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts