Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sheppard/offline-website-logger
- Owner: sheppard
- License: mit
- Created: 2014-09-22T19:20:33.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-13T15:46:52.000Z (about 8 years ago)
- Last Synced: 2023-03-25T12:07:40.075Z (over 1 year ago)
- Language: Python
- Size: 24.4 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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