GitHub bot that automatically verifies PRs with new playlist entries for mackorone's spotify-playlist-archive
Go to file
2024-01-15 07:00:28 +01:00
netlify/functions/validate-pr Remove hacky code related to changing CWD 2023-07-06 14:38:30 +02:00
.gitignore Ignore GitHub App private keys 2023-02-23 18:47:42 +01:00
.prettierrc Create Prettier config 2022-09-12 12:45:25 +02:00
appFn.ts Temporarily log link title 2024-01-15 07:00:28 +01:00
getPlaylistIdFromUrl.ts Show a rename warning for valid playlist URLs 2023-01-27 14:22:17 +01:00
LICENSE Initial commit 2022-09-11 12:38:27 +02:00
netlify.toml Remove hacky code related to changing CWD 2023-07-06 14:38:30 +02:00
package-lock.json Reintroduce AWS Lambda adapter 2023-07-06 13:55:18 +02:00
package.json Reintroduce AWS Lambda adapter 2023-07-06 13:55:18 +02:00
README.md Add development instructions 2023-02-04 01:18:05 +01:00
tsconfig.json Remove hacky code related to changing CWD 2023-07-06 14:38:30 +02:00

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)

  1. Fork and clone the repo. Then open your command line, cd into the project's directory, and run npm install
  2. Follow this guide to create your own GitHub app and configure environment variables

Running in dev mode

npm run dev

License

MIT