An open API service indexing awesome lists of open source software.

https://github.com/thedevdavid/stargazer


https://github.com/thedevdavid/stargazer

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

Your repo reached a stars milestone? Celebrate with a video of your stargazers!

## Example

https://user-images.githubusercontent.com/1911623/121809549-93342a80-cc33-11eb-88ff-e45f8b6dace4.mp4?width=200

## Make your own video (local)

1. [Use this repo as a template](https://github.com/pomber/stargazer/generate)

2. Go to https://github.com/settings/personal-access-tokens/new and create a token with default settings. Create a `.env` file and add it:

```
REMOTION_GITHUB_TOKEN=github_pat_...
```

3. Install dependencies:

```
npm i
```

4. Start the preview:

```
npm start
```

5. Open the right sidebar, enter your repo name and click "Render".

## Make your own video (GitHub Actions)







## Credits

Made with [Remotion](https://www.remotion.dev/)