GithubHelp home page GithubHelp logo

rlugojr / getawesomeness Goto Github PK

View Code? Open in Web Editor NEW

This project forked from panzhangwang/getawesomeness

0.0 2.0 0.0 270 KB

Use this method to retrieve all amazing awesomeness from Github

Home Page: https://getawesomeness.herokuapp.com/

License: MIT License

JavaScript 73.28% HTML 18.53% CSS 8.18%

getawesomeness's Introduction

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

getawesomeness's People

Contributors

panzhangwang avatar petk avatar deadcoder0904 avatar bungle avatar sangramchavan avatar drmonkeyninja avatar josegonzalez avatar richardlitt avatar timothydjones avatar yas375 avatar ichait avatar sobolevn avatar

Watchers

Ray Lugo, Jr. avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.