Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dwqs/mp-jithub
Mini program for Github
https://github.com/dwqs/mp-jithub
github jithub mini-program
Last synced: 1 day ago
JSON representation
Mini program for Github
- Host: GitHub
- URL: https://github.com/dwqs/mp-jithub
- Owner: dwqs
- License: mit
- Created: 2018-05-01T06:11:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-17T16:14:19.000Z (about 6 years ago)
- Last Synced: 2024-10-26T02:34:32.560Z (9 days ago)
- Topics: github, jithub, mini-program
- Language: Vue
- Homepage:
- Size: 115 KB
- Stars: 30
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mpvue - mpvue-jithub - Mini program for Github, built by mpvue (示例 / 目录)
README
# mp-jithub
Mini program for Github.## 扫码体验
![image](https://user-images.githubusercontent.com/7871813/39956784-b3b978c0-5619-11e8-9bc4-658c8f2907e6.png)
## 本地开发
```
git clone [email protected]:dwqs/mp-jithub.gitcd mp-jithub
```克隆项目之后,需要作如下两件事:
* 先将 `config/host-sample.js` 重命名为 `config/host.js`
* `config/host.js` 需要导出两个值:```js
export const host = 'https://your.domain.com'; // 你的域名
export const token = 'github personal token'; // 详见: https://developer.github.com/v3/#rate-limiting
```然后 `npm run dev`, 用微信开发者工具打开 `dist` 目录。
## 更新日志#### 1.2.2
* 修复对 code 标签的解析#### 1.2.0
* 增加设置页面,允许设置 Trending 页的默认语言和周期
* 去掉版本的提示
#### 1.1.6
* fix 因 README 内容过大而导致的界面卡顿现象#### 1.1.5
* 优化仓库 README.md 文件的查看#### 1.1.2
* 支持以截图形式查看仓库的 README
#### 1.1.0* Trending 和 Ranking 支持点击查看详情
* 支持查看个人的仓库列表
* 优化 Ranking 页的头像展示#### 1.0.8
* 增加 Github 中国区用户排行榜页面:[Search users](https://developer.github.com/v3/search/#search-users) [Single user](https://developer.github.com/v3/users/#get-a-single-user)
#### 1.0.7
* Trending 列表页展示
* Trending 列表页支持语言过滤## Markdown 解析
* [mpvue-markdown-parser](https://github.com/dwqs/mpvue-markdown-parser)## LICENSE
MIT