Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sheppard/offline-website-logger

Django REST app to help track page/screen views (and other events) in offline-capable websites/web-apps/hybrid apps. Designed for use with wq; i.e. apps leveraging localStorage, application cache, and jQuery Mobile.
https://github.com/sheppard/offline-website-logger

Last synced: 4 days ago
JSON representation

Django REST app to help track page/screen views (and other events) in offline-capable websites/web-apps/hybrid apps. Designed for use with wq; i.e. apps leveraging localStorage, application cache, and jQuery Mobile.

Awesome Lists containing this project

README

        

Offline Web Log
==================

OWL is an experimental logging system for offline-capable websites / web apps.
OWL leverages the [Django REST Framework Bulk] package to process log events.
The OWL server module is meant for use with wq/owl.js (in this repository).

[![Build Status](https://travis-ci.org/sheppard/offline-website-logger.png?branch=master)](https://travis-ci.org/sheppard/offline-website-logger)

Tested on Python 2.7 and 3.4, with Django 1.6 and 1.7.

[Django REST Framework Bulk]: https://github.com/miki725/django-rest-framework-bulk