UNPKG

ask-js

Version:

JavaScript implementation of the Ask query language.

25 lines (15 loc) 937 B
# AskJS [![Build Status](https://secure.travis-ci.org/JeroenDeDauw/AskJS.png?branch=master)](http://travis-ci.org/JeroenDeDauw/AskJS) [![Coverage Status](https://coveralls.io/repos/JeroenDeDauw/AskJS/badge.png?branch=master)](https://coveralls.io/r/JeroenDeDauw/AskJS?branch=master) [![Dependency Status](https://gemnasium.com/JeroenDeDauw/AskJS.png)](https://gemnasium.com/JeroenDeDauw/AskJS) JavaScript implementation of the Ask query language. ## Building the project Assumes presence of [Node.js](http://nodejs.org/) and [npm](https://npmjs.org/). When not already done so, install the dependencies with: npm install To run the build, execute: ./jake You might need to make the jake file executable first. On unix: chmod +x jake ## Links * [AskJS on npm](https://npmjs.org/package/ask-js) * [AskJS on Ohloh](https://www.ohloh.net/p/AskJS) * [PHP implementation of Ask](https://github.com/wikimedia/mediawiki-extensions-Ask)