About
This site contains a collection of Surinamese radio stations and radio stations airing mostly early 2000s Bollywood songs.


Legality
The streams are not hosted or modified by me in any way.
The stream URLs are gathered from various (publicly accessable) sources across the web.
If you want your station removed or have any other comment, send an email toor DM me on Twitter.


https vs. http
A lot of the radio stations still stream their audio over http. And it's not possible to serve http resources over https pages. Https is more secure, but because this is a static website (no server-side coding involved) http won't cause any risk.

TL;DR
Valid SSL certificate is present, but not used by default
Use http to be able to listen to all stations
Use https if you want more security, but access to fewer stations


Code
The site relies heavily on JavaScript (>ES 6)
HTML CSS JS
The stream URLs are gathered from the web The URLs are stored in a JSON object A function is written to loop through the object and create station blocks Other functions are written to add functionalities such as play, pause, time update, skip etc