vtfk-schools-info
v3.4.2
Published
Get information regarding our schools
Downloads
95
Readme
vtfk-schools-info
Information regarding our schools
Installation
$ npm i vtfk-schools-info
Usage
Call the module with no options to list all schools.
Use an options object to specify your search.
Possible keys:
- schoolId
- schoolNumber (new 2024)
- county (new 2024, "Telemark" or "Vestfold")
- countyNumber (new 2024, "39" or "40")
- organizationNumber
- organizationNumber360
- name
- fullName
- shortName
- officialName
- accessGroup
- phoneNumber
- yff
const getSchools = require('vtfk-schools-info')
const options = {
shortName: 'SKIV'
}
console.log(getSchools()) //=> All schools
console.log(getSchools(options)) //=> Schools with shortName SKIV