/Ukansearch

A mobile web application to improve access and availabilty to Open Data.

Primary LanguageCSS

Build Status

Ukansearch currently allows searching by tags through datasets on the www.data.ug portal. We welcome voulunteers to develop new features; top on the list are paging for large dataset lists and selecting a ckan instance to obtain datasets.

Installation

For development install the dev dependencies (make sure to have node/npm installed before):

npm install -g gulp casperjs bower
npm install
bower install

Tests

CasperJs is used to run tests. Use the following command to run them on your local machine:

npm test

Node server

To run UkanSearch using node, simply run the server:

node server.js -p <port>