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);