ask-js
Version:
JavaScript implementation of the Ask query language.
25 lines (15 loc) • 937 B
Markdown
# AskJS
[](http://travis-ci.org/JeroenDeDauw/AskJS)
[](https://coveralls.io/r/JeroenDeDauw/AskJS?branch=master)
[](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)