mirror of
https://github.com/maciejpedzich/playlist-entry-validator.git
synced 2024-11-09 16:33:03 +01:00
GitHub bot that automatically verifies PRs with new playlist entries for mackorone's spotify-playlist-archive
.gitignore | ||
.prettierrc | ||
appFn.ts | ||
getPlaylistIdFromUrl.ts | ||
index.ts | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
playlist-entry-validator
GitHub bot that automatically verifies pull requests with new playlist entries for spotify-playlist-archive repo.
Development
Prerequisites
- Node.js version 18 or later
Setup
(You only need to do this once)
- Fork and clone the repo. Then open your command line,
cd
into the project's directory, and runnpm install
- Follow this guide to create your own GitHub app and configure environment variables
Running in dev mode
npm run dev
License
MIT