Skip to content

it-dev/getAwesomeness

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

getAwesomeness()

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

Key Features

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

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/

One step to add a new list

Open db.json, add new list as following .

  // create a group or add your list to an existing group under 'groups'
  {
    "key": "c",
    "name": "C"
  }
  // add your list under 'items'
  {
      "key": "c",
      "name": "/aleksandar-todorovic/awesome-c",
      "file": "README.md"
  }

License

MIT

About

Use this method to retrieve all amazing awesomeness from Github

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 53.9%
  • JavaScript 36.1%
  • CSS 10.0%