- If you are going to PR a awesome list in JSON format, please follow this format
- For example, the JSON file of
sindresorhus/awesome-nodejs
repo should be named assindresorhus-awesome-nodejs.json
- Also, the content should follow the following format.
[
{
"name": "webtorrent",
"url": "https://github.com/feross/webtorrent",
"description": "Streaming torrent client for Node",
},
{
"name": "GitTorrent",
"url": "https://github.com/cjb/GitTorrent",
"description": "Peer-to-peer network of Git repositories being shared over BitTorrent",
"cate": "Category"
}
]
You can see the full example here
- Any patch about UI, UX improvement is welcome, just be aware of the coding style.