This repository was archived by the owner on Jun 8, 2023. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork134
github-developer/using-the-github-api-in-your-app
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is the sample project built by following the "Building Your First GitHub App" Quickstart guide on developer.github.com.
It consists of two different servers:server.rb
(boilerplate) andadvanced_server.rb
(completed project).
To run the code, make sure you haveBundler installed. Then enterbundle install
on the command line.
For the boilerplate project, enter
ruby server.rb
on the command line.For the completed project, enter
ruby advanced_server.rb
on the command line.
Both commands will run the server atlocalhost:3000
.
About
No description, website, or topics provided.
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors6
Uh oh!
There was an error while loading.Please reload this page.