Skip to content

Instantly share code, notes, and snippets.

@SamVerschueren
Last active August 7, 2021 19:16
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 SamVerschueren/289ce903573d88794af691f1d346ac7b to your computer and use it in GitHub Desktop.
Save SamVerschueren/289ce903573d88794af691f1d346ac7b to your computer and use it in GitHub Desktop.
StackBlitz code snippets

Clicking the button below will open stackblitz.com with the content of this snippet 🎉.

# Test

This will be the readme of the project.
import got from 'got';

const result = await got.get('https://pokeapi.co/api/v2/pokemon/ditto').json();

console.log(result);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment