1.0.3 • Published 6 years ago

nigerian-institutions v1.0.3

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

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...