A simple web app for finding high quality album art. Fetch-Art provides a GUI for querying the iTunes API and returns the highest resolution artwork available. All artwork is hosted by Apple.
Requires Node.js 12+
# install dependencies
npm install # or yarn
# start development server
npm run dev
# build for production
npm run build
MIT