Giter Site home page Giter Site logo

pombredanne / wq.app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wq/wq.app

0.0 1.0 0.0 3.46 MB

⎚ wq's app library, a JavaScript+Python toolkit for building robust offline-capable HTML5 data entry apps for citizen science, crowdsourcing, and VGI. Powered by Mustache, jQuery Mobile, d3, and Leaflet.

Home Page: http://wq.io/wq.app

License: MIT License

Python 0.57% JavaScript 94.66% CSS 4.78%

wq.app's Introduction

wq.app

wq.app is a suite of Javascript modules and related assets, created to facilitate the rapid deployment of offline-cabable HTML5 mobile and desktop data collection apps for crowdsourcing, citizen science, and volunteered geographic information, as well as professional field data collection. wq.app is the client component of the wq framework, and can be used with any REST service as a backend. In particular, when combined with a Mustache-capable REST service like wq.db, wq.app can be used to create responsive, progressively enhanced websites / apps, that can selectively render individual application screens on the server or on the client depending on project needs, network connectivity, and localStorage availability.

Getting Started

pip3 install wq.app
# Or, if using together with wq.db
pip3 install wq

See the documentation for more information.

Features

wq.app's JavaScript modules are built on a number of libraries including RequireJS, jQuery Mobile, Leaflet, d3, and Mustache.js. wq.app extends these libraries with:

  • wq/app.js, a high-level application controller that combines wq/store.js and wq/pages.js into a full configuration-driven CRUD client (optimized for use with wq.db's app.py)
  • wq/chart.js, configurable d3-based reusable charts, including time series and boxplots
  • wq/locate.js, utilities for requesting and displaying the user's location
  • wq/map.js, Leaflet integration for wq/app.js pages that contain geometry (loaded via GeoJSON)
  • wq/pages.js, a PJAX-style pushState URL router, template renderer, and page injector
  • wq/pandas.js, a utility for loading and parsing CSV generated by Django REST Pandas.
  • wq/store.js, a robust localStorage-cached JSON REST client (with a lightweight implementation of models / collections)
  • and a number of other useful utilities

To facilitate compact deployment, wq.app provides a Python-based build process for compiling wq apps: inlining templates, optimizing code (via r.js), and generating an application cache manifest. wq.app also includes jquery-mobile.scss, a SASS/SCSS stylesheet for generating custom jQuery Mobile themes.

wq.app's People

Contributors

sheppard avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.