Skip to content

Commit

Permalink
Add The Point and altradio
Browse files Browse the repository at this point in the history
  • Loading branch information
jbwharris committed Sep 17, 2024
1 parent a0148fa commit 5eaccf9
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 1 deletion.
2 changes: 1 addition & 1 deletion js/stations-dist.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions js/stations.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
const stations = {
altradio: {
stationName: "AltRadio",
},
amazingradiouk: {
stationName: "Amazing Radio UK",
},
Expand Down Expand Up @@ -174,6 +177,9 @@ const stations = {
tmm2: {
stationName: "The Music Machine 2",
},
thepoint: {
stationName: "The Point",
},
thesummit: {
stationName: "The Summit",
},
Expand Down
15 changes: 15 additions & 0 deletions js/stations/altradio.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
const stationData = {
altradio: {
artist: "iArtist",
song: "iName",
album: "",
albumArt: "iImg",
stationName: "AltRadio",
location: "Norfolk, VA 🇺🇸",
webUrl: "https://altradio.org/",
streamUrl: "https://stationaltradio.whro.org/128",
apiUrl: "https://scraper2.onlineradiobox.com/us.whrvhd2?l=0",
timestamp: "updated",
orbPath: true,
},
}
1 change: 1 addition & 0 deletions js/stations/kpcr.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const stationData = {
"92.9",
"NPR News",
"PSA",
"kpcr.org"
],
},
}
13 changes: 13 additions & 0 deletions js/stations/thepoint.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
const stationData = {
thepoint: {
stationName: "The Point",
albumArt: "iImg",
location: "Fort Wayne, ID 🇺🇸",
webUrl: "https://bridge909.org/",
streamUrl: "https://securestreams6.autopo.st:2553/wcyt.mp3",
apiUrl: "https://scraper2.onlineradiobox.com/us.wcyt?l=0",
timestamp: "updated",
orbPath: true,
filter: ["The Point", "WCYT"],
}
};

0 comments on commit 5eaccf9

Please sign in to comment.