Web / mobile app for easily checking Litecoin prices. Includes Python back end running in Google App Engine that caches data from the CryptoCoinCharts API.
Litecoin Easy Check consists of two parts:
- A pure HTML / CSS / JavaScript front end built with the AngularJS JavaScript framework.
- A Google App Engine back end, written in Python, that caches data from the cryptocoincharts.info API.
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.
Drake Emko - drakee (a) gmail.com