我们仍在将本课翻译成简体中文。目前您阅读的是English版本。帮助我们翻译
本课时属于认证课程 Agent Career Ladder — Build
已完成 0 / 5 课时查看课程

0%

跳转到正文

Ship a Live Pulse Card

入门~30 分钟0/4 步骤

Ship a Live Pulse Card

The lead magnet is a working artifact, not a PDF. In this capstone you publish a small page that reads the live LLMHire pulse through VCA's same-origin API and shows real counts — or honestly says unavailable.

Then you point someone at Studio so they can remix it.

Learning outcomes

  • Fetch /api/market/pulse from the page
  • Render counts only when the payload is ok
  • Include a publish / next-step link to Studio

操作说明

1

Add an <h1> about the live job market or pulse

提示: This is a public card, not a private dashboard.

2

Add <section class="pulse"> containing an element with class pulse-jobs

3

Add <a class="publish-link" href="/studio"> so someone can remix the card

4

Add a <script> that fetches /api/market/pulse (not a hardcoded number)

你的代码

html
21
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

实时预览

实时预览