The latest music album reviews for Spotify listeners, gathered together from the best review sites on the web. http://feedmemusic.io
The client is now in a separate repo: https://github.com/nicklangridge/feedme-client
This is a React app (it is based on Create React App)
cd feedme-client
npm install .
npm start
This is a Mojolicious (Perl) web server and management scripts - it requires a MySQL database (more below).
cd server
cpanm --installdeps .
morbo --listen "http://*:8081" script/server.pl
Find some album reviews.
./script/harvest.pl
Create from SQL in server/sql
then initialise the review feeds
./server/script/db/add_feeds.pl
There are lots of possible deployment options. A basic example can be found here
API keys from these services are required