node-course-length

1.0.7 • Public • Published

University course and level List

A JSON list that contains course, level and countries of most of the world.

It is very useful if you are building a web service for students.

You can easily create a validation script that checks the country.

NOTE: Some country and course are exits in data.Take this into consideration if using this.

Feel free to update the list.

Example Bundle

{
    "country": "United Kingdom",
    "isocode": "GB",
    "level": "Undergraduates",
    "course": "Art",
    "min": "3",
    "max": 4,
    "execptions": ""
}

Usage

Add to your project:

npm install node-course-length --save

Query the list of university/college domains:

var course = require('node-course-length');

course.find('law');
//or
course.find('india', 'country');
//returns
/* {
    "country": "India",
    "isocode": "In",
    "level": "under-graduates",
    "course": "Medicine",
    "min": "",
    "max": 7,
    "execptions": ""
}*/

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i node-course-length

      Weekly Downloads

      0

      Version

      1.0.7

      License

      MIT

      Unpacked Size

      13.1 kB

      Total Files

      4

      Last publish

      Collaborators

      • rishabh-trantor