https://github.com/pdehaan/octokit-rest-test
Testing the @octokit/rest GitHub API for getting repository information for a specific org/repo.
https://github.com/pdehaan/octokit-rest-test
11ty eleventy git github octokit
Last synced: 2 months ago
JSON representation
Testing the @octokit/rest GitHub API for getting repository information for a specific org/repo.
- Host: GitHub
- URL: https://github.com/pdehaan/octokit-rest-test
- Owner: pdehaan
- License: mpl-2.0
- Created: 2020-02-22T05:09:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T15:26:26.000Z (over 3 years ago)
- Last Synced: 2025-04-05T22:19:59.950Z (about 1 year ago)
- Topics: 11ty, eleventy, git, github, octokit
- Language: JavaScript
- Size: 255 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# octokit-rest-test
Testing the [@octokit/rest](https://www.npmjs.com/package/@octokit/rest) GitHub package for getting repository information for a specific org/repo.
## SETUP
Because GitHub has API limits for people who don't bother getting API keys, I fetch and cache the GitHub responses into the [./src/_data](src/_data) directories. So before running eleventy, you'll need to run npm run seed-data.
## GETTING STARTED
```sh
git clone https://github.com/pdehaan/octokit-rest-test.git
cd octokit-rest-test
npm run seed-data
npm run serve
```