🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

lindle

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lindle

The Nodes JS API for Lindle. Lindle is your ultimate solution for managing and organizing your web links with ease. This versatile Chrome extension empowers you to save, categorize, and access your online resources like never before

1.0.6
latest
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created

Lindle NODE JS

Lindle is your ultimate solution for managing and organizing your web links with ease. This versatile Chrome extension empowers you to save, categorize, and access your online resources like never before.

Buy Me A Coffee Google Play Chrome Store

API Documentation

The API Documentation for Lindle.

Installation

npm i lindle --save

or

yarn add lindle

Getting Started

Get your Lindle API key from Chrome Extension.
Chrome Extension

const apiKey = process.env.API_KEY;
const { Lindle } = require('lindle');
const lindle = new Lindle(apiKey);
lindle.getLinks().then((links) => {
    console.log(links);
});

Get Folders

lindle.getFolders().then((folders) => {
    console.log(folders);
});

Get Synced Bookmarks

lindle.getSyncedBookmarks().then((data) => {
    console.log(data.folders);
    console.log(data.links);
});

FAQs

Package last updated on 15 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts