Skip to content

Instantly share code, notes, and snippets.

@omirobarcelo
Created June 9, 2020 17:30
Show Gist options
  • Save omirobarcelo/634f8ab89e7e8f892830695d4106502f to your computer and use it in GitHub Desktop.
Save omirobarcelo/634f8ab89e7e8f892830695d4106502f to your computer and use it in GitHub Desktop.
Example of post_list.json for 'Creating your own blog with Deno' article
[
{
"id": "1fa7dfa9",
"title": "How to Use the Environment for Specific HTTP Services",
"coverUrl": "https://blog-backend-deno.herokuapp.com/post-covers/data-service-article.png",
"labels": ["Angular", "TypeScript", "Programming", "Web Development"]
},
{
"id": "e6308bab",
"title": "A Try/Catch Decorator to Stylize Your Code",
"coverUrl": "https://images.unsplash.com/photo-1517694712202-14dd9538aa97?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80",
"labels": ["JavaScript", "TypeScript", "Error Handling", "Programming", "Web Development"]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment