Add the pokemonSync flow
Send unique daily Pokémon updates from your Pandium integration by adding a pokemonSync flow that fetches Pokémon, posts Slack messages, and advances IDs using saved stdout state.
├── build
├── node_modules
├── src
│ ├── processLogic
│ │ └── pokemonSync.ts
│ ├── index.ts
│ └── lib.ts
├── .env
├── package.json
├── PANDIUM.yaml
└── tsconfig.json
Last updated
Was this helpful?