Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/panzhangwang/getAwesomeness
Use this method to retrieve all amazing awesomeness from Github
https://github.com/panzhangwang/getAwesomeness
List: getAwesomeness
Last synced: about 1 month ago
JSON representation
Use this method to retrieve all amazing awesomeness from Github
- Host: GitHub
- URL: https://github.com/panzhangwang/getAwesomeness
- Owner: panzhangwang
- License: mit
- Created: 2014-12-16T00:28:53.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-05-31T00:31:25.000Z (over 3 years ago)
- Last Synced: 2024-05-19T20:00:52.636Z (7 months ago)
- Language: JavaScript
- Homepage: https://getawesomeness.herokuapp.com/
- Size: 301 KB
- Stars: 1,102
- Watchers: 52
- Forks: 72
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- fucking-lists - getAwesomeness
- awesomelist - getAwesomeness
- more-awesome - getAwesomeness - broken (Meta)
- collection - getAwesomeness
- lists - getAwesomeness
- awesome-starred - panzhangwang/getAwesomeness - Use this method to retrieve all amazing awesomeness from Github (others)
- jimsghstars - panzhangwang/getAwesomeness - Use this method to retrieve all amazing awesomeness from Github (JavaScript)
README
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
```sh
$ git clone git://github.com/panzhangwang/getAwesomeness.git
$ cd getAwesomeness
$ npm install
$ npm start
```
Then visit [http://localhost:3000/](http://localhost:3000/)## Steps to add a new list
- Open db.json, add a new definition under defs.
```js
{
"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.
```js
{
"title": "JVM",
"items": [
"java",
"scala"
]
}
```## License
MIT