https://github.com/kazai777/gitwatch
Github Open-Source Explorer
https://github.com/kazai777/gitwatch
explorer github javascript open-source web
Last synced: 5 months ago
JSON representation
Github Open-Source Explorer
- Host: GitHub
- URL: https://github.com/kazai777/gitwatch
- Owner: kazai777
- Created: 2024-05-18T18:39:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T14:23:42.000Z (about 2 years ago)
- Last Synced: 2024-05-22T15:30:56.414Z (about 2 years ago)
- Topics: explorer, github, javascript, open-source, web
- Language: JavaScript
- Homepage: https://gitwatch.vercel.app
- Size: 193 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitWatch
 
The GitWatch project is an opensource project whose aim is to list all open-source projects available on GitHub, filtering them by category, language and popularity.
### Getting Started
---
###### *Clone this project :*
```go
git clone https://github.com/kazai777/gitwatch
```
###### *Install dependencies :*
```go
npm install
```
###### *Create a GitHub token :*
Go to `Settings` > `Developer settings` > `Personal access tokens` > `Generate new token`
###### *Add GitHub token :*
Create `.env.local` file in the root directory
Add this line in `.env.local` file, replacing `yourgithubtoken` with your token :
```go
GITHUB_TOKEN=yourgithubtoken
```
###### *Launch the project :*
```go
npm run dev
```
### TODO
---
- [ ] Add more search filters
- [ ] Add a graph of the most popular languages on GitHub
- [ ] Add a tutorial for open source beginners
- [ ] Add the most popular repos of the moment
...
## Authors
- [@kazai777](https://www.github.com/kazai777)
## Contributors
- [@DIGIX666](https://www.github.com/DIGIX666)