0.0.2 • Published 2 years ago

nigeria-states-lgas v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

nigeria-states-lgas

A vanilla JavaScript utility project that lists all the states of Nigeria, senatorial zones and their local governments

Installation

npm install nigeria-states-lgas

Example

//ES5
const Required_Name = require('naija-state-local-government');

// ES6
import Required_Name from 'naija-state-local-government';

console.log(Required_Name.all());
console.log(Required_Name.states());
console.log(Required_Name.senatorialDistricts("Adamawa));
console.log(Required_Name.lgas("Oyo"));

Features

List all senatorial zones, states local government areas and states in Nigeria

Contributing

  ## Coming soon

License

This project has been licenced for use, modification and distribution under the MIT license. All rights reserved. © document.write(new Date().getFullYear())