This project contains live examples of how to use species interaction data from GloBI (see http://github.com/globalbioticinteractions/globalbioticinteractions) in a webpage.
Live examples are available at http://www.globalbioticinteractions.org .
This website is (partly) built using npm, browserify and associated tools.
npm install -g watcherify
npm install -g browserify
npm install -g uglify-js
npm install
npm run build
npm test
npm run test-browser
To continuously build the browserified (./static/globi-web-min.js) run:
npm run watch