Search for song lyrics to generate Genius quote cards. Written in Node.js w/ TypeScript.
Live version available here: https://geniusquotefinder.com
Run yarn to install dependencies, then yarn start to start the server. yarn lint can be used to lint the TypeScript of both the backend and frontend. The server runs on port 8080 by default, but you can set the PORT environment variable to change this.