Home

Awesome

<p align="center"> <img src="./assets/logo.png" width="150" /> </p> <p align="center"> <a href="https://github.com/zhuowenli/githuber/blob/master/LICENSE"> <img src="https://img.shields.io/badge/License-MPL--2.0-fe7d37.svg?style=flat-square" alt="gitmoji commits"> </a> <a href="https://gitmoji.carloscuesta.me" target="_blank"> <img src="https://img.shields.io/badge/Gitmoji%20Commits-%20😜-FFDD67.svg?style=flat-square" alt="gitmoji commits"> </a> <a href="https://github.com/zhuowenli/githuber/pulls"> <img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square" alt="PRs welcome"> </a> </p>

GITHUBER

:octocat: 这是一个帮助 GitHub 开发者每日发现优质内容的浏览器主页拓展。

✔ 支持四大搜索引擎:谷歌、百度、必应、雅虎<br> ✔ 添加便捷书签<br> ✔ 爬 Github Trending 展示所有编程语言的每日、每周、每月热门 Repo<br> ✔ 项目开源,方便大家进行代码审计、添加新功能<br> ✔ 支持中英文、备份数据、以及基本视图设置

screenshot

One-click install from Google Chrome Web Store ⬇️ ⬇️ ⬇️

<a target="_blank" href="https://chrome.google.com/webstore/detail/githuber/janmcneaglgklfljjcpihkkomeghljnf"><img alt="Try it now" width="300" src="https://raw.github.com/GoogleChrome/chrome-app-samples/master/tryitnowbutton.png" title="Click here to install this sample from the Chrome Web Store"></img></a>

本地开发

用于调试 chrome 特性,代码编译成功后手动刷新页面方可生效

  1. 安装依赖

    npm i
    
  2. 编译代码

    npm run watch
    
  3. 打开 Chrome 扩展程序 chrome://extensions/,开启开发者模式

  4. 点击加载已解压的扩展程序,找到编译后输出的 dist 目录,加载代码

服务端部署

  1. 添加配置文件

    # 添加 .env 填写正确的配置信息
    cp .env.example .env
    
  2. 创建数据库(默认用MySQL)

    # 初始化数据表
    yarn db:migrate
    
  3. 启动服务

    # 开发环境
    yarn nodemon
    
    # 生产环境
    yarn start
    

TODO LIST

相关链接

License

Githuber © zhuowenli, Released under the Mozilla Public License 2.0 License.