From f65cc184a2d8f5eac45ed7cca035f56fea9e6693 Mon Sep 17 00:00:00 2001 From: danny Date: Tue, 24 Jul 2018 01:00:05 -0400 Subject: [PATCH] Update 'README.md' --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3901dbe..a9acae1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ From Aug 2015 ~ April 2017 Last.fm was redoing their front-end and removed the ability to view your personal tags. This resulted in people who were tracking artists with a "seen live" to make their list inaccessible. -This was whipped up by me to create an ugly but functional page with all artists tagged with this specific tag. It could have been generisized to lookup any tag, or made to look pretty with some CSS, but ehhhh. Therein is just the PHP script which an HTML input POSTs to. + +This was whipped up by me to create an ugly but functional page with all artists tagged with this specific tag. It could have been generisized to lookup any tag, or made to look pretty with some CSS, but ehhhh. Therein is just the PHP script which an HTML input POSTs to. Also included an nginx snippet to pass the URI as a username, thus a quick and easy bookmark. + My API key has been removed bc duh. Still functional at https://loudly.keybored.me. -Also included an nginx snippet to pass the URI as a username, thus a quick and easy bookmark.