getAwesomeness

Use this method to retrieve all amazing awesomeness from Github

  • Owner: panzhangwang/getAwesomeness
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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

Main metrics

Overview
Name With Ownerpanzhangwang/getAwesomeness
Primary LanguageJavaScript
Program languageHTML (Language Count: 3)
Platform
License:MIT License
所有者活动
Created At2014-12-16 00:28:53
Pushed At2021-05-31 00:31:25
Last Commit At2021-05-31 08:31:24
Release Count0
用户参与
Stargazers Count1.1k
Watchers Count51
Fork Count62
Commits Count115
Has Issues Enabled
Issues Count13
Issue Open Count2
Pull Requests Count22
Pull Requests Open Count0
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private