nigerian-universities
v1.0.3
Published
`nigerian-universities` is an npm package that provides a comprehensive list of universities in Nigeria, including their name, city, state, and logo. This package is useful for developers building applications that require information on Nigerian higher e
Downloads
12
Readme
Nigerian Universities
nigerian-universities
is an npm package that provides a comprehensive list of universities in Nigeria, including their name, city, state, and logo. This package is useful for developers building applications that require information on Nigerian higher education institutions.
Installation
You can install this package via npm:
npm install nigerian-universities
Usage
After installation, you can easily import and use the package in your JavaScript or TypeScript projects.
Example
// Import the package
const universities = require('nigerian-universities');
// Retrieve the list of universities
const universityList = universities;
// Example: Display the first university's details
console.log(universityList[0]);
/* Output:
{
name: 'University of Lagos',
city: 'Lagos',
state: 'Lagos',
logo: 'https://example.com/logos/unilag.png'
}
*/
Data Structure
Each university object contains the following properties:
name
: The name of the university (e.g.,University of Lagos
).city
: The city where the university is located (e.g.,Lagos
).state
: The state where the university is located (e.g.,Lagos
).logo
: A URL to the university's logo (e.g.,https://example.com/logos/unilag.png
).
Contact
For any questions, please contact [email protected].
If you find this helpful, Buy me coffee