An open API service indexing awesome lists of open source software.

https://github.com/skyfi/gitment-comments

存储 gitment 评论系统的评论内容
https://github.com/skyfi/gitment-comments

Last synced: 5 months ago
JSON representation

存储 gitment 评论系统的评论内容

Awesome Lists containing this project

README

          

# gitment-comments
存储 https://skyfi.github.io/ 评论系统的评论内容

## 代码实例:

```html

const gitment = new Gitment({
id: 'id', // 可不填写,默认取评论页地址
owner: 'skyFi',
repo: 'gitment-comments',
oauth: {
client_id: '***',
client_secret: '***',
},
});
gitment.render('gitment-container');

```