Skip to content

Commit cf6876b

Browse files
committed
👌 IMPROVE: Crawl example comment
1 parent 57715f7 commit cf6876b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

examples/nodejs/examples/tools/crawl.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ const langbase = new Langbase({
55
apiKey: process.env.LANGBASE_API_KEY!,
66
});
77

8+
/**
9+
* Crawls specified URLs using spider.cloud API.
10+
*
11+
* Get your API key from the following link and set it in .env file.
12+
*
13+
* @link https://spider.cloud/docs/quickstart
14+
*/
815
async function main() {
916
const results = await langbase.tool.crawl({
1017
url: ['https://langbase.com', 'https://langbase.com/about'],

0 commit comments

Comments
 (0)