Skip to content

Instantly share code, notes, and snippets.

@yann-yinn
Last active November 4, 2019 07:14
Show Gist options
  • Save yann-yinn/8f47b84a2d10943e6e93381a1013a1d9 to your computer and use it in GitHub Desktop.
Save yann-yinn/8f47b84a2d10943e6e93381a1013a1d9 to your computer and use it in GitHub Desktop.
example-blog.js
// donne moi l'article 44 du blog numéro 789789689
const post = api.get("https://api.fireblogcms.com/blog/789789689/posts/44")
// affichage de l'article 44
<div>
{{post.title}}
{{post.content}}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment