/ugdistrictserve

An npm package that returns on object with disctricts in Uganda

Primary LanguageJavaScript

ugdistrictserve

npm version Build Status Coverage Status

A package 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