I'd like to add a new section to the blog where we can showcase a selection of our various open-source packages.
My idea is the concept would be a bit like our stacks - but instead of creating "posts", we add our repositories to a github_[teamname].json file, ie.:
{
"url": "https://github.com/nodes-frontend/nodes-ui",
"organization": "nodes-frontend",
"slug": "nodes-ui",
"name": "Nodes UI",
"featured": true,
"languages": ["sass", "javascript"]
}
Using this meta data, we can pull in various statistics through a hidden, but amazing, nStack API that polls selected repos on github daily for various stats.
This gives us access to stars, releases, readmes etc.
A good example of the direction i'd like to go:
https://stripe.com/open-source
Feedback please 👯