nigerian-institutions

1.0.3 • Public • Published

List of Nigerian Institutions

A searchablen list of all federal, state and private universities, polytechnics, colleges of education and monotechnics in Nigeria with city and abbreviation.

Installation

npm install nigerian-institutions

Usage

var institutions = require('nigerian-institutions');


// To implement realtime or normal search for institutions in Nigeria, it will return array of schools with name and city closest to your search input

Example 1

var response = institutions.search('ABU Zaria');
// [{ name: "Ahmadu Bello University, Zaria", city: "Zaria", code: "ABU Zaria" }, { name: "Nuhu Bamalli Polytechnic, Zaria", city: "Zaria", code: "NUBA Zaria"}, .......]

Example 2

var response = institutions.allSchools();
// Return list of all institutions in Nigeria

You can follow me


Instagram: @motion_wares
Twitter: @motionboy4
Facebook: @ibrahim.motion

Contributing

To contribute follow me on github.com/motionboy and fork the repo...

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    1
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i nigerian-institutions

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

38.3 kB

Total Files

5

Last publish

Collaborators

  • ibrahim.motion