Skip to content

Cloud-Apps/bottle-currency

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currency Converter

Purpose

Currency Converter is a web app for converting currencies.

Technology Stack

The app uses Foxrate XML-RPC API to obtain actual currency exchange rates. The data is retained in the local Redis database for 3 hours.

Usage

Using Stackato platform

$ stackato push -n

Then open http://converter.stackato.local in a browser.

Without Stackato

It is possible to run the app without Stackato, if necessary.

  1. Install and start Redis database, see http://redis.io for details

  2. Install dependencies:

    $ pypm install -r requirements.txt

  3. Run the app:

    $ SELFHOST=1 python ./wsgi.py

Then open http://127.0.0.1 in a browser.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published