Skip to content

A simple, light-weight API service for exchange rates

Notifications You must be signed in to change notification settings

info-sig/easy-exchange-rates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy Exchange Rates

Build Status Code Climate

A simple, light-weight API service for exchange rates.

APIs

So far we only have the Croatia National Bank API (HNB, Hrvatska Narodna Banka), but ideally this should extended to a few others as well.

The application is deployed on heroku on http://easy-exchange-rates.herokuapp.com (the URL will redirect to this page). All API's are simple GET requests, but the code should responde to other verbs as well. API endpoints are the following:

  1. HNB original file: /hnb/original
  2. HNB JSON: /hnb/json
  3. HNB XML: /hnb/xml

Architecture

A simple Roda application running on Puma on Heroku with no infrastructure attached to it, just a simple in-memory store for cacheing.

License

The app is provided freely under the MIT license

Author

Borna Novak ([email protected])

About

A simple, light-weight API service for exchange rates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published