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.
For development install the dev dependencies (make sure to have node/npm installed before):
npm install -g gulp casperjs bower
npm install
bower install
CasperJs is used to run tests. Use the following command to run them on your local machine:
npm test
To run UkanSearch using node, simply run the server:
node server.js -p <port>