1.0.6 • Published 1 year ago

lindle v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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.

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.

const apiKey = process.env.API_KEY;
const { Lindle } = require('lindle');
const lindle = new Lindle(apiKey);

Get Links

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);
});
1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.2

1 year ago

1.0.3

1 year ago

1.0.0

1 year ago