lindle
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

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

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

Package Sidebar

Install

npm i lindle

Weekly Downloads

1

Version

1.0.4

License

MIT

Unpacked Size

21.2 kB

Total Files

6

Last publish

Collaborators

  • m2kdevelopments