linkpeek_module

Last updated:

0 purchases

linkpeek_module Image
linkpeek_module Images
Add to Cart

Description:

linkpeek module

linkpeek_module #
get metadata from link and example
Installation #

If the juneflow project doesn't exist, please create it by following this guide.
open terminal in the juneflow project root directory, enter the following command.

june add linkpeek_module
copied to clipboard
Usage #
LinkPeekModel? linkPeekModel = await LinkPeek.fromUrl('https://youtube.com/shorts/-uNcserCtXE?si=Zgn-beswL-l-A9kx');
print('title: ${linkPeekModel.title}');
print('url: ${linkPeekModel.url}');
print('description: ${linkPeekModel.description}');
print('defaultColor: ${linkPeekModel.defaultColor}');
print('colorScheme: ${linkPeekModel.colorScheme}');
print('domain: ${linkPeekModel.domain}');
print('thumbnail: ${linkPeekModel.thumbnail}');
print('favicon: ${linkPeekModel.webIcon}');
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.