https://github.com/bubao/getimooc
imooc路径
https://github.com/bubao/getimooc
Last synced: 16 days ago
JSON representation
imooc路径
- Host: GitHub
- URL: https://github.com/bubao/getimooc
- Owner: bubao
- Created: 2017-04-16T16:12:19.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-28T11:39:50.000Z (about 9 years ago)
- Last Synced: 2025-11-12T03:20:42.533Z (8 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Json 2 MarkDown
> 前些天车神爬下imooc路径,让我写一个json 2 markdown的脚本,于是就有了这个。这个是HEXO博客版的。
>
> by: 布宝
>
> 创建时间: 2017年04月14日22:24:56
>
## HEXO版运行:
```shell
npm install
npm run hexo
```
## GitHub版运行:
```shell
npm install
npm run github
```
## 改进
源码全部放在了src文件夹下,爬取的数据在json文件夹下,生成的md在Github和Hexo文件夹下