probot/docs
Gregor Martynus 2af6673932 style(docs): standard 2019-09-19 09:41:53 -07:00
..
README.md docs: Replace examples with include from website (#327) 2017-11-12 14:11:40 -06:00
best-practices.md feat: Implement probot-config on context.config (#619) 2019-08-05 14:26:25 -07:00
configuration.md feat: add LOG_LEVEL_IN_STRING to set bunyan-format levelInString option (#1015) 2019-09-11 22:20:52 -07:00
deployment.md doc: update GitHub actions workflow reference (#823) 2019-01-13 15:30:41 -05:00
development.md docs(development): improve wording (#968) 2019-07-17 14:45:02 -07:00
extensions.md style(docs): standard 2019-09-19 09:41:53 -07:00
github-api.md docs(github-api): github.graphql is the new github.query and then some 2019-03-08 10:00:19 -08:00
hello-world.md docs: links in "Serverless Deployment" (#773) 2018-11-19 14:27:42 -08:00
http.md Follow GitHub Casing Standards (#756) 2018-10-31 22:42:03 -04:00
logging.md fix: Spelling (#800) 2019-01-03 12:15:02 -05:00
pagination.md style(docs): standard 2019-09-19 09:41:53 -07:00
persistence.md feat: Implement probot-config on context.config (#619) 2019-08-05 14:26:25 -07:00
serverless-deployment.md docs: Fix URL for Serverless GCF repository (#805) 2019-01-04 13:42:31 -05:00
simulating-webhooks.md docs(simulating-webhooks.md): typo and `pull_request.labeled` keyword highlight (#796) 2018-12-21 10:36:39 -08:00
summer-of-code.md docs: links in "Serverless Deployment" (#773) 2018-11-19 14:27:42 -08:00
testing.md docs(testing): update for Probot 9.x (#952) 2019-06-25 13:10:38 -07:00
webhooks.md link to list in @octokit/webhooks.js 2019-04-11 21:04:29 -07:00

README.md

next permalink
docs/hello-world.md /docs/

Introduction

If you've ever thought, "wouldn't it be cool if GitHub could…"; imma stop you right there. Most features can actually be added via GitHub Apps, which extend GitHub and can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. Apps are first class actors within GitHub.

Probot is a framework for building GitHub Apps in Node.js. It aims to eliminate all the drudgerylike receiving and validating webhooks, and doing authentication handstandsso you can focus on the features you want to build.

Probot apps are easy to write, deploy, and share. Many of the most popular Probot apps are hosted, so there's nothing for you to deploy and manage. Here are just a few examples of things that have been built with Probot:

{% include docs/examples.html %}

Check out the featured apps or browse more examples on GitHub

Ready to get started?