https://github.com/vtfk/azf-schools-api
API for VTFK schools info
https://github.com/vtfk/azf-schools-api
Last synced: 4 months ago
JSON representation
API for VTFK schools info
- Host: GitHub
- URL: https://github.com/vtfk/azf-schools-api
- Owner: vtfk
- Created: 2021-06-16T12:22:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-19T13:43:49.000Z (5 months ago)
- Last Synced: 2024-12-19T14:44:34.102Z (5 months ago)
- Language: JavaScript
- Size: 274 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# azf-schools-info
Information regarding our schools
## Usage
### `/schools` - Get all schools
No more needed to get all schools
### `/schools` - Search for schools having `Yrkesfaglig fordypning`
```json
{
"yff": true
}
```### `/schools` - Get only 1 school
```json
{
"shortName": "GRVS",
"limit": 1
}
```### `/schools` - Get the three first schools having `Yrkesfaglig fordypning`
```json
{
"yff": true,
"limit": 3
}
```## E18
To support [E18](https://github.com/vtfk/e18-node#usage), add `E18_URL`, `E18_KEY`, `E18_SYSTEM` and `E18_EMPTY_JOB` to your Application Settings