Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Liftoff Consumer Example

A simple single-page app that consumes the Postman Liftoff public content API to display learning paths and modules.

Screenshot

What it does

  • 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

API

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.

Running locally

Open index.html directly, or serve it to avoid CORS issues:

npx serve .

About

Example webpage that pulls in read-only liftoff learning paths and modules

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages