probot/docs
Brandon Keepers b71b2a0135
Remove localtunnel (#387)
2018-01-11 21:51:39 -06:00
..
README.md docs: Replace examples with include from website (#327) 2017-11-12 14:11:40 -06:00
best-practices.md Fix two 404s to the API docs (#344) 2017-11-21 22:55:09 -05:00
deployment.md [Suggestion] Use marketplace link instread of original link (#383) 2018-01-04 09:10:09 -06:00
development.md Remove localtunnel (#387) 2018-01-11 21:51:39 -06:00
extensions.md Fix lint error introduced in #390 2018-01-11 21:30:04 -06:00
github-api.md docs: Link to GHE docs (#370) 2017-12-13 12:19:08 -05:00
hello-world.md docs: Update "Remix on Glitch" button link (#388) 2018-01-09 21:15:27 -05:00
http.md Add eslint-plugin-markdown to lint docs 2017-09-12 07:01:18 -07:00
logging.md doc: Logging (#348) 2017-11-25 22:44:32 -06:00
pagination.md feature: Add early termination to paginate method (#329) 2018-01-11 13:16:44 -05:00
simulating-webhooks.md Link to testing next 2017-09-03 10:55:52 -05:00
testing.md doc: Logging (#348) 2017-11-25 22:44:32 -06:00
webhooks.md Add eslint-plugin-markdown to lint docs 2017-09-12 07:01:18 -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?