Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.76 KB

README.md

File metadata and controls

25 lines (20 loc) · 1.76 KB

Litecoin Easy Check

About

Web / mobile app for easily checking Litecoin prices. Includes Python back end running in Google App Engine that caches data from the CryptoCoinCharts API.

Technical

Litecoin Easy Check consists of two parts:

The front end communicates with the back end via JSONP calls. The backend polls cryptocoincharts.info every 10 minutes, and it stores this data in memcache for all subsequent client requests, in order to reduce load on the CryptoCoinCharts server.

Install On Your Device

Author

Drake Emko - drakee (a) gmail.com