mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-17 21:11:04 +00:00
5 lines
275 B
TypeScript
5 lines
275 B
TypeScript
export async function fetchWebsiteMetadata(url: string) {
|
|
// Implement logic to fetch metadata from the given URL
|
|
// This could involve making an API call to a service that provides metadata for websites
|
|
// Return an object with title, description, and image properties
|
|
}
|