Skip to content

Commit f0e893c

Browse files
committed
feat: add listWebsites function
1 parent 14cc3a0 commit f0e893c

File tree

7 files changed

+342
-0
lines changed

7 files changed

+342
-0
lines changed

lib/utils.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/**
2+
* Retrieves a list of websites from Google search results based on the provided keyword.
3+
* @param keyword The keyword to search for.
4+
* @returns A promise that resolves to an array of website URLs.
5+
*/
6+
export declare function listWebsites(keyword: string): Promise<string[]>;

lib/utils.js

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/utils.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)