Excellent, thank you.
FYI I've set up a method for myself to be notified, on my phone, when people are jamming.
It involves scraping
jammr.net every 5 minutes. Hopefully that is OK and won't be too much server load.
If you would like to put the “1 users jamming now!” on to a smaller, dedicated, page that would save some of your resources.
It works as follows:
I have a bash script to fetch
jammr.net every 5 minutes and search for the text ‘jamming now’.
If that string is found, the script visits a special URL
https://maker.ifttt.com/trigger/People are jamming/with/key/mysecretkey
I have the free
ITTT app on my phone (iphone, but available for Android also).
This pops up a notification to me saying “People are jamming”
If this is OK with you Stefanha then I will write up some instructions for people to be able to do the same.
I'm very happy to share the script (it's simple) but it makes more sense to me that if people want notifications I can add their “special url” to my script, so only my script scrapes
jammr.net and then sends notifications to anyone who wants them.