Skip to content

A package to retrieve the list of universities in Nigeria approved by the Nigerian University Commission (NUC)

Notifications You must be signed in to change notification settings

georgeben/ng_universities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ng_universities

A package to retrieve the list of universities in Nigeria approved by the Nigerian University Commission (NUC)

Build Status

Coverage Status

Getting started.

Install this package from npm by running the command npm install ng_universities

API

var ng_universities = require('ng_universities')

getUniversities(category)

The getUniversities() function takes in a category of the university which can be "public", "private", "federal" or "state" and returns the list of universities. If no parameter is supplied, getUniversities() returns a list of all the universities.

//EXAMPLE
const ng_universities = require('ng_universities');
let federalUniversities = ng_universities.getUniversities("federal")
console.log(`Federal Universities: ${federalUniversities} \n`)

Tests

Run npm test to run tests

Author

George Benjamin

License

MIT

About

A package to retrieve the list of universities in Nigeria approved by the Nigerian University Commission (NUC)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published