vtfk-schools-info

3.4.1 • Public • Published

js-standard-style

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
  • mail
  • yff

const getSchools = require('vtfk-schools-info')
const options = {
  shortName: 'SKIV'
}

console.log(getSchools()) //=> All schools

console.log(getSchools(options)) //=> Schools with shortName SKIV

License

MIT

Package Sidebar

Install

npm i vtfk-schools-info

Weekly Downloads

6

Version

3.4.1

License

MIT

Unpacked Size

24.4 kB

Total Files

14

Last publish

Collaborators

  • matsand
  • runely