Logo Lanfrica

softpreneur/nigerian-institutions

Domain:

education
Creator:
sof
Host:
Node module that allow you search the list of all federal, state and private universities, polytechnics, colleges of education and monotechnics in Nigeria with location. 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 and fork the repo...

Licenses