Skip to content

maxcountryman/rate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Rate

A simple API template for estimating the MtGox USD<->BTC exchange rate.

Setup

$ pip install -r requirements.txt

That should be everything you need. Run the runner like so:

$ python runner.py

Now visit http://localhost:5000/ in your browser...

Or use curl:

$ curl --data "amount=42&type=asks" http://localhost:5000/api/rate

About

A MtGox USD<-->BTC exchange rate calculator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages