/leanote-downloader

Using NodeJS + pupeteer to download your own notes in leanote.com .

Primary LanguageJavaScript

leanote-downloader

Using NodeJS + Pupeteer to download notes in leanote.com.

One minute Quick-start

git clone https://github.com/ZhYong10/leanote-downloader.git
cd leanote-downloader
// npm
npm install
npm start

Or:

// yarn
yarn install
yarn start

And then,your notes will be cloned into './files'.