An npm package that returns all the districts in Uganda
# ugandan-districts
An npm package that returns all the districts in Uganda
## Installing
`npm install`
## Example
Performing a request
```
import districts from 'ugandan-districts';
const allDistricts = async() => {
const listOfDistricts = await districts()
console.log(listOfDistricts)
}
```
## Contributors
Esther