naija-xbystate
v0.7.0
Published
This package will not just list local government area by state but can also give senatorial districts, capitals e.t.c
Downloads
472
Maintainers
Readme
naija-xbystate
This package will not just list local government area by state but can also give senatorial districts, capitals e.t.c
Install
$ npm install naija-xbystate
Usage
const naijaXbyState = require("naija-xbystate");
console.log(naijaXbyState.all());
console.log(naijaXbyState.states());
console.log(naijaXbyState.capital("lagos"));
console.log(naijaXbyState.lgas("oyo"))