This is the repository for the APIs and Cloud Services Workshop on March 30th, 2021, as part of the VandyHacks Beginner Workshop Series!
- Define an API
- Provide real-world examples of an API
- Learn how to make requests and responses
- Define the Cloud
- Show some of the types of cloud services and their benefits
- Combine our knowledge of APIs and cloud services through the workshop demo
In this workshop, we use the Discord API and a Cloudflare Worker to create a Discord Bot that rolls a dice with a slash command. The worker is coded in Javascript, and Postman is used to make API requests and responses.