nrk-api is a simple API wrapper for the NRK API. The package uses the official NRK-API to fetch the information. (https://psapi.nrk.no/documentation/) Both TypeScript and JavaScript is supported.
- ☑ Retrieve all pages and categories for NRK TV
- ☑ Retrieve all pages and categories for NRK Super
- ☑ Retrieve all pages and categories for NRK Radio
- ☑ Retrieve all programs and series for NRK TV
- ☑ Retrieve all programs and series for NRK Super
- ☒ Retrieve all programs and series for NRK Radio
- ☒ Make utilities for simplifying tasks and requests that follow a natural pattern for NRK TV
- ☒ Make utilities for simplifying tasks and requests that follow a natural pattern for NRK Super
- ☒ Make utilities for simplifying tasks and requests that follow a natural pattern for NRK Radio
- PageNotFoundError - Indicates 404, the page was not found, likely due to faulty parameters.
- InvalidProgramIdError - Indicates that the provided id is invalid and does not follow the NRK id-scheme.
- RateLimitError - Indicates that the amount of requests have caused a 429 - Too Many Requests.
This package uses the NRK API to retrieve information, the documentation for the api can be found here.
This package is not affiliated with NRK in any way, and is not neither developed or maintained by NRK.