Request Data from a Custom API Endpoint to Source Nodes in Gatsby with gatsby-node.js

InstructorColby Fayock

Share this video with your friends

Send Tweet

In this lesson, you'll learn how to request custom data in Gatsby in order to later source it for your application. We'll walk through configuring a sourceNodes export in gatsby-node.js and using the node-fetch package to request a list of Pokemon from the PokeAPI.

PokeAPI