Skip to content

GitHub Apps

Jesse Mathews edited this page Feb 8, 2019 · 6 revisions

Application vs GitHub Application

There are many types of applications, like the apps you might have on your phone. In this course, we'll focus on GitHub Applications, apps designed to work on GitHub.

GitHub Apps allow you to change GitHub's surface-level functionality through webhooks and GitHub's APIs. GitHub Apps act as top-layer tools that you can use to customize and automate routine processes.

Please note that GitHub Apps are very different from OAuth Apps. These have a different installation flow and have different rules around how they handle their data and access. If you'd like to learn more, check out the documentation on the differences between GitHub and OAuth Apps.

Step 1: Get familiar with GitHub Apps

To learn more about GitHub Apps, you will install two on this repository. Make sure to install the apps on this repository only. Don't apply them to everything you have access to.

⌨️ Activity: Install your first apps 🎉

  1. Install the WIP app to this repository
  2. Install the Request Info app to this repository

Clone this wiki locally