Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucacasonato/tcq2
https://github.com/lucacasonato/tcq2
Last synced: about 2 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/lucacasonato/tcq2
- Owner: lucacasonato
- Created: 2023-05-18T06:34:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-19T08:58:11.000Z (over 1 year ago)
- Last Synced: 2024-10-25T15:56:09.369Z (18 days ago)
- Language: TypeScript
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tcq
Queue management for TC39
## Setup
Create GitHub Oauth app and create a .env file with the following:
```
GITHUB_CLIENT_ID=...
GITHUB_CLIENT_SECRET=...
```Then start the server:
```
$ deno task start
```