naija-xbystate

This package will not just list local government area by state but can also give senatorial districts, capitals e.t.c

Usage no npm install needed!

<script type="module">
  import naijaXbystate from 'https://cdn.skypack.dev/naija-xbystate';
</script>

README

naija-xbystate

npm

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"))