2.3.0 • Published 4 years ago

udistricts v2.3.0

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

Districts of Uganda

Build Status Coverage Status License: MIT

Installation

npm install udistricts

Working with the package

This package returns a promise. Therefore to access the district names, you will have to:

  • require the package.

  • you can destructure the path from the package i.e

     const { getDistricts } = require('udistricts')
     getDistricts.then(districts => districts.map(d => console.log(d))).catch(error => console.log(error))
### Contributing

Pull Requests are welcome. For major changes, please open an issue first to discuss what you would like to change

Please make sure to update tests as appropriate

### Author

Ronald Mutebi

**Have fun with it.**
2.3.0

4 years ago

2.2.0

4 years ago

2.1.0

4 years ago

2.0.0

5 years ago

1.0.0

5 years ago