British Isles GridRef Utils
- Install using Bower:
bower install 'kazlauskis/bigu'
or - Git clone:
git clone git://github.com/kazlauskis/bigu
You can find them in the root folder of the library.
<!-- Add JS library file -->
<script src="path/to/bigu.min.js"></script>
To compile bigu by yourself make sure that you have Node.js
- Get a copy of the source by running:
git clone git://github.com/kazlauskis/bigu.git
- Enter the
bigu
directory and install the npm build dependancies:
cd bigu && npm install
- Build the library:
npm start