Skip to content
This repository has been archived by the owner on May 15, 2021. It is now read-only.

Currency exchange aggregator for Uruguayan Peso against American Dollar (UYU - USD) and European Euro (EUR - UYU). Simple training project for Responsive web, javascript, cloud deployment and such.

jorgeamadosoria/currentcy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currentcy Currentcy is an exchange rate aggregator that basically parses info from public sites belonging to official exchanges. A list of supported exchanges can be seen here listed alphabetically:

This project is just a test ground for technology I like to learn or keep current with, and it is not intended for profit or any other purpose. I'm scratching my own itch here, and if it helps someone else, well, that´s a very nice bonus :)

This is also a test for cloud deployment. I´m using Openshift (openshift.com) from Redhat, which is free for small projects like this as long as it gets used at least once a day. this means that some configuration is externalized in environment variables.

i'm using Spring Tool Suite (Eclipse with EGit). To set this variables on a working copy of these repository: Go to Run -> Run Configurations -> Environments

add the following variables with values that make sense to your setup:

  • MAIL_PASSWORD
  • MAIL_USERNAME
  • OPENSHIFT_MYSQL_DB_HOST
  • OPENSHIFT_MYSQL_DB_PASSWORD
  • OPENSHIFT_MYSQL_DB_PORT
  • OPENSHIFT_MYSQL_DB_USERNAME

Mail variables are needed for registering and suscribing to exchange updates. The sender must be a Gmail account (settings for GMail through SSL are hardwired, though changing those is pretty simple). All other variables are Openshift standard variables to connect to a MySQL instance.

Happy coding.

About

Currency exchange aggregator for Uruguayan Peso against American Dollar (UYU - USD) and European Euro (EUR - UYU). Simple training project for Responsive web, javascript, cloud deployment and such.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published