rostgaard / dart-iso-4217

A library for ISO 4217 currency codes for the Dart programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dart ISO 4217 currency code library

A library for ISO 4217 currency codes.

Usage

A simple usage example:

main() {
  xml.XmlDocument document =
      xml.parse(new File('list_one.xml').readAsStringSync());

  print(currencyFromXml(document).map((c) => c.numericCode).join(', '));
}

Features and bugs

Please file feature requests and bugs at the issue tracker.

About

A library for ISO 4217 currency codes for the Dart programming language.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dart 94.5%Language:Makefile 5.5%