GitHub bot that automatically verifies PRs with new playlist entries for mackorone's spotify-playlist-archive
Go to file
2024-03-28 09:14:39 +01: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 Extract playlist author from playlist page title 2024-03-28 08:37:55 +01:00
getPlaylistIdFromUrl.ts Convert back to server app from lambda function 2024-01-17 19:56:31 +01:00
index.ts Convert back to server app from lambda function 2024-01-17 19:56:31 +01:00
LICENSE Initial commit 2022-09-11 12:38:27 +02:00
package-lock.json Send up to 3 playlist check requests to Spotify at a time 2024-03-28 07:18:23 +01:00
package.json Send up to 3 playlist check requests to Spotify at a time 2024-03-28 07:18:23 +01:00
README.md Add development instructions 2023-02-04 01:18:05 +01:00
tsconfig.json Convert back to server app from lambda function 2024-01-17 19:56:31 +01: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