getAwesomeness

Use this method to retrieve all amazing awesomeness from Github

  • 所有者: panzhangwang/getAwesomeness
  • 平台:
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

getAwesomeness()

getAwesomeness() is an explorer designed for curated awesome list hosted on Github. Website: https://getawesomeness.herokuapp.com/.

Key Features

  • Single repository of amazing lists
  • Better organization and navigation
  • Content auto-synced with github
  • i18n support

Rational

As a developer, we need check out these resources pretty often, and we want to save our time and have a better bookmarking experience. With that in mind, getAwesomeness() shares a better organization and navigation method. It works by croping the table of contents out from the markdown file, normally, README.md, and regenerating TOC and then affixing it on the side bar. So, if you found the hacking breaks, please raise an issue or send us a PR, your contribution is always welcome.

Install

$ git clone git://github.com/panzhangwang/getAwesomeness.git
$ cd getAwesomeness
$ npm install
$ npm start

Then visit http://localhost:3000/

Steps to add a new list

  • Open db.json, add a new definition under defs.
	{
      "key": "java",
      "name": "Java",
      "repo": "/akullpp/awesome-java",
      "file": "README.md"
    }

file atrribute is optional, by default it is README.md.

  • Register the key of the list under groups.
	{
      "title": "JVM",
      "items": [
        "java",
        "scala"
      ]
    }

License

MIT

主要指標

概覽
名稱與所有者panzhangwang/getAwesomeness
主編程語言JavaScript
編程語言HTML (語言數: 3)
平台
許可證MIT License
所有者活动
創建於2014-12-16 00:28:53
推送於2021-05-31 00:31:25
最后一次提交2021-05-31 08:31:24
發布數0
用户参与
星數1.1k
關注者數51
派生數62
提交數115
已啟用問題?
問題數13
打開的問題數2
拉請求數22
打開的拉請求數0
關閉的拉請求數0
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?