Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zonetecde/random-github-repo-2
Website that randomly displays githubs repositories to gain inspiration on the topics of your choice
https://github.com/zonetecde/random-github-repo-2
github inspiration random repo repositories svelte website
Last synced: 3 months ago
JSON representation
Website that randomly displays githubs repositories to gain inspiration on the topics of your choice
- Host: GitHub
- URL: https://github.com/zonetecde/random-github-repo-2
- Owner: zonetecde
- Created: 2023-11-14T20:40:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-07T17:29:07.000Z (8 months ago)
- Last Synced: 2024-06-07T18:37:26.812Z (8 months ago)
- Topics: github, inspiration, random, repo, repositories, svelte, website
- Language: Svelte
- Homepage: https://www.randomgithubrepo.site
- Size: 2.15 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Random Github Repository Generator
Source code of the [Random Github Repo](https://www.randomgithubrepo.site) website
A website that give you random GitHub repository to get inspired### Set up:
- Clone the repo
- Add an `ApiKeys.ts` file to the `/src/api/` folder containing your tokens to use GitHub's API, like this :
```ts
export default class ApiKeys {
static apiKeys: string[] = [
'ghp_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX',
'ghp_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX',
'ghp_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' // add as much tokens as you want
];
}
```Tokens can be generated by visiting the following link: https://github.com/settings/tokens. To create a new token, navigate to "Generate new token (classic)," choose an expiration period, and exclusively select the public_repo permission before generating the token.
---
[![CC BY 4.0][cc-by-shield]][cc-by]
This work is licensed under a
[Creative Commons Attribution 4.0 International License][cc-by].[cc-by]: http://creativecommons.org/licenses/by/4.0/
[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg[![wakatime](https://wakatime.com/badge/user/b8ecff52-7743-4a1e-8b28-93fcce7c9b7d/project/018bcf08-82f6-4b73-97f5-b730e3ffbdef.svg)](https://wakatime.com/badge/user/b8ecff52-7743-4a1e-8b28-93fcce7c9b7d/project/018bcf08-82f6-4b73-97f5-b730e3ffbdef)