Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atinux/my-pull-requests
Showcase your Open Source Contributions (pull requests).
https://github.com/atinux/my-pull-requests
cloudflare-kv github nuxt nuxthub vue
Last synced: about 2 months ago
JSON representation
Showcase your Open Source Contributions (pull requests).
- Host: GitHub
- URL: https://github.com/atinux/my-pull-requests
- Owner: atinux
- License: mit
- Created: 2024-08-20T10:59:06.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-23T08:14:34.000Z (about 2 months ago)
- Last Synced: 2024-09-24T17:32:35.702Z (about 2 months ago)
- Topics: cloudflare-kv, github, nuxt, nuxthub, vue
- Language: Vue
- Homepage: https://prs.atinux.com
- Size: 205 KB
- Stars: 140
- Watchers: 1
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Showcase your Open Source Contributions 🤍
Create a website with an RSS feed of your recent GitHub pull requests across the Open Source projects you contribute to.
![atinux-pull-requests](https://github.com/user-attachments/assets/cfa82cc2-51af-4fd4-9012-1f8517dd370f)
Demo: https://prs.atinux.com
[![Deploy to NuxtHub](https://hub.nuxt.com/button.svg)](https://hub.nuxt.com/new?template=my-pull-requests)
## Features
- List the 50 most recent pull requests you've contributed to.
- RSS feed
- Only add your GitHub token to get started
- One click deploy on 275+ locations for free## Setup
Make sure to install the dependencies with [pnpm](https://pnpm.io/installation#using-corepack):
```bash
pnpm install
```Copy the `.env.example` file to `.env` and fill in your GitHub token:
```bash
cp .env.example .env
```Create a GitHub token with no special scope on [GitHub](https://github.com/settings/personal-access-tokens/new) and set it in the `.env` file:
```bash
NUXT_GITHUB_TOKEN=your-github-token
```## Development Server
Start the development server on `http://localhost:3000`:
```bash
pnpm dev
```## Production
Build the application for production:
```bash
pnpm build
```## Deploy
Deploy the application on the Edge with [NuxtHub](https://hub.nuxt.com) on your Cloudflare account:
```bash
npx nuxthub deploy
```Then checkout your server cache, analaytics and more in the [NuxtHub Admin](https://admin.hub.nuxt.com).
You can also deploy using [Cloudflare Pages CI](https://hub.nuxt.com/docs/getting-started/deploy#cloudflare-pages-ci).
## Credits
This project is inspired by [Anthony Fu](https://github.com/antfu)'s [releases.antfu.me](https://github.com/antfu/releases.antfu.me) project.
## License
[MIT](./LICENSE)