Skip to content

aidansunbury/my-starter-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webhooks and APIS

Assignment Overview

Learn how to use an external rest API and subscribe to webhooks using the GitHub API and GitHub Webhooks. Start off by just fetching all of the existing pull requests and doing something to them. Then, later, subscribe to a webhook to run it automatically.

Steps

  1. Create an access token
  2. Create the scrip
  3. Create the webhook to run the script
  4. Set up ngrok to forward the webhook to local machine

Run ngork: ngrok http 127.0.0.1:80

start server with> bun index.ts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published