https://github.com/unit-mesh/github-crawler
GitHub source code swagger crawler
https://github.com/unit-mesh/github-crawler
Last synced: about 1 year ago
JSON representation
GitHub source code swagger crawler
- Host: GitHub
- URL: https://github.com/unit-mesh/github-crawler
- Owner: unit-mesh
- License: mit
- Created: 2023-03-31T09:56:55.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-31T10:02:48.000Z (about 3 years ago)
- Last Synced: 2025-04-01T07:54:19.789Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# github-swagger-crawler
```
npm install
echo "GITHUB_TOKEN=YOUR_GITHUB_ACCESS_TOKEN" > .env
node index.js [START_PAGE]
```