Last active
December 12, 2019 00:44
-
-
Save allpwrfulroot/69b33df64d677abc596bf0f120d0a411 to your computer and use it in GitHub Desktop.
Demo snippet of JSON listing project page metadata
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "nextjs-workshop", | |
"size": 299, | |
"title": "nextjs-workshop", | |
"description": "public workshop for getting started with NextJS", | |
"createdAt": "2019-10-27", | |
"type": "github", | |
"tags": ["React", "NextJS"] | |
}, | |
... | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment