Skip to content

rhiokim/tistory2markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#intro tistory 블로그 백업 데이터를 markdown 으로 변환하는 node.js 모듈이다.

#install

git clone git@github.com:rhiokim/tistory2markdown.git
git submodule update --init

#usage modules

  • xml2js
  • htmlparser
  • datetime

install npm module

//tistory xml 데이터를 json 으로 컨버팅하기 위한 모듈
npm install xml2js

//html 파싱 모듈
npm install htmlparser

//date 포맷팅 모듈
npm install datetime

#usage

var t2md = require('../');

t2md('./Tistory-Data.xml', 'Author');

About

tistory backup data migrate to markdown

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages