ugdistrictserve
v1.1.2
Published
This package will return on object with districts in Uganda
Downloads
2
Readme
ugdistrictserve
A pacakage to return an object with districts in Uganda based data from: http://webcache.googleusercontent.com/search?q=cache:vsS7WaX8WnYJ:catalog.data.ug/dataset/districts-2014+&cd=1&hl=en&ct=clnk&gl=ug
Installation and Usage
Install the package using npm install ugdistrictserve
Usage:
No-ES6:
var { districtsObject } = require('ugdistrictserve');
console.log(districtsObject) //to see the object with districts
ES6:
import { districtsObject } from 'ugdistrictserve';
Author:
Bill Kabanga Twinomuhwezi