Using bbc-typescript with bbc.co.uk

TypeScript integration

Install

npm install bbc-typescript

Quick start

import Bbc_typescript from 'bbc-typescript';

const client = new Bbc_typescript({ apiKey: "YOUR_API_KEY" });
All Podcasts
curl \
  /podcasts
Broadcasts
curl \
  /broadcasts
List of categories
curl \
  /categories
SDK on GitHub 📄 API Docs
SDK
bbc-typescript
TypeScript
API
bbc.co.uk
bbc.co.uk

At a glance

Language TypeScript
Endpoints75