CensusBureau HISPANIC POPULATION US STATES
This project is intended as an educational introduction to developing applications that interact with the Notion API.
When Remixing, you'll need to set your NOTION_KEY and NOTION_DATABASE_ID variables in the .env file. Obtain these by first creating an internal integration in Notion (refer to Notion API reference for this process) and granting it access to your target database.
Then obtain your database ID from your database's URL.
The PokéAPI does not have explicit rate limits, but I have only tested pulling 400 Pokémon at once just as a courtesy to its host. I recommend pulling Pokémon in batches by editing the start and end variables near the top of the code.