@masatomakino/qiita-to-md
v0.5.0
Published
Markdown generator from qiita.com
Downloads
13
Readme
qiita-to-md
[!CAUTION] > This repository has been archived.
This package is deprecated in favor of Qiita CLI, which provides the
qiita pullcommand for downloading articles as Markdown.Migration: Install Qiita CLI and use
qiita pullto download your articles.Security: If you have a
.qiita_token.jsonfile, revoke the token and delete the file.See #44 for details.
Markdown generator from qiita.com
Getting Started
Install
npm i @masatomakino/qiita-to-md --save-devAdd Token file
create .qiita_token.json and write your api access token.
{
"user_id": "your id",
"token": "your token <40 Characters>"
}The path of the token file can be changed optionally.
run node script
import { JsonGenerator } from "@masatomakino/qiita-to-md";
JsonGenerator.generate();run on CLI
npx @masatomakino/qiita-to-md