mulit-article-publisher
Version:
Multi-platform article publisher
66 lines (41 loc) • 870 B
Markdown
# mulit-article-publisher
## Install
```
npm i mulit-article-publisher
```
## Usage
```javascript
const mulitArticlePublisher = require("mulit-article-publisher");
mulitArticlePublisher(options);
```
## API
- #### mulitArticlePublisher(options)
##### options:
`articlePath` :string --- the article **(.md)** path
`allPlatfom` :boolean --- whether publish on all platform
`platform` :Number[] --- specify platform with number
- 1 - wechat
- 2 - toutiao
- 3 - zhihu
- 4 - juejin
- 5 - segmentfault
- 6 - jianshu
- 7 - csdn
## Support Platform
- **wechat(save article in material management at present)**
- **zhihu**
- **juejin**
- **csdn**
- **jianshu**
- **toutiao**
- **segmentfault**
## Support Browser
- **Chrome**
**Note:please login in support broswer!**
## Support Article Category
- **frontend**