Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T15:26:26.000Z (about 2 years ago)
- Last Synced: 2024-10-31T13:13:13.584Z (3 months ago)
- Topics: 11ty, eleventy, git, github, octokit
- Language: JavaScript
- Size: 255 KB
- Stars: 0
- Watchers: 3
- 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
```