A simple single-page app that consumes the Postman Liftoff public content API to display learning paths and modules.
- Fetches learning paths and modules from the Liftoff API
- Displays them in a searchable, responsive card grid
- Links each card to its page on postman.com/liftoff
The app uses these public endpoints (no authentication required):
| Endpoint | Description |
|---|---|
GET /liftoff/api/content/learning-paths |
List all learning paths |
GET /liftoff/api/content/modules |
List all modules |
Both support ?q= for text search.
Open index.html directly, or serve it to avoid CORS issues:
npx serve .