Skip to content

A CL package for querying exchange rates from openexchangerates.org and converting between currencies.

License

Notifications You must be signed in to change notification settings

parjanya/moneta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

moneta

A CL package for querying exchange rates from openexchangerates.org and converting between currencies.

how to make it work

  1. clone it on ~/quicklisp/local-projects or wherever your packages live.
  2. edit moneta/api-key.lisp adding your api key: (defparameter *exchange-api-id* "lalala")
  3. load it with (ql:quickload :moneta)
  4. test it with (moneta:convert 1 "BTC" "BRL") or something.

The currency names live, bewilderingly, inside moneta::+currency-names+. They prolly should be keywords instead of strings.

About

A CL package for querying exchange rates from openexchangerates.org and converting between currencies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published