Skip to content

Instantly share code, notes, and snippets.

@MichalZalecki
Created April 23, 2019 14:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MichalZalecki/e1909bfeb560401ba5ba9f26fe645731 to your computer and use it in GitHub Desktop.
Save MichalZalecki/e1909bfeb560401ba5ba9f26fe645731 to your computer and use it in GitHub Desktop.
const res = await axios.get("http://hn.algolia.com/api/v1/search?query=typescript");
const posts = HNPosts.decode(res.data);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment