# hexo-generator-douban

> Douban generator plugin for Hexo.

Latest version **0.1.2** (published 2016-10-22) · 0 weekly downloads

## Install

```sh
npm install hexo-generator-douban
pnpm add hexo-generator-douban
yarn add hexo-generator-douban
bun add hexo-generator-douban
```

## Health

**Score 10/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.2 |
| Published | 2016-10-22 |
| First published | 2015-04-20 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 28 |
| Author | Jiang Yikun |
| Maintainers | yikunkero |
| Keywords | generator, hexo, douban |

## Links

- npm: https://www.npmjs.com/package/hexo-generator-douban
- Repository: https://github.com/Yikun/hexo-generator-douban
- Issues: https://github.com/Yikun/hexo-generator-douban/issues
- npm.io page: https://npm.io/package/hexo-generator-douban

## Dependencies (2)

- [urllib-sync](https://npm.io/package/urllib-sync.md) ^1.0.1
- [object-assign](https://npm.io/package/object-assign.md) ^2.0.0

## Alternatives

- [postcss-color-hex-alpha](https://npm.io/package/postcss-color-hex-alpha.md) — 6.4M weekly downloads
- [randomcolor](https://npm.io/package/randomcolor.md) — 348.0K weekly downloads
- [bows](https://npm.io/package/bows.md) — 1.3K weekly downloads
- [ep_prefer_color_scheme](https://npm.io/package/ep_prefer_color_scheme.md) — 260 weekly downloads
- [coc-yank](https://npm.io/package/coc-yank.md) — 61 weekly downloads

## Recent versions

- 0.1.2 (latest) — 2016-10-22
- 0.1.1 — 2015-06-08
- 0.1.0 — 2015-04-20

## README

# hexo-generator-douban

Douban page generator plugin for Hexo.

## Install

``` bash
$ npm install hexo-generator-douban --save
```

## Options

You can configure this plugin in `_config.yml`.

``` yaml
douban:
    user: douban_id
```

- **user** - Your douban user id. 

## Demo

See [demo](http://yikun.github.io/douban/).

---
_Source: https://npm.io/package/hexo-generator-douban · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
