webradio-metadata
Version:
API scraping recipes to get metadata of radio streams
16 lines (14 loc) • 619 B
JavaScript
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
// Copyright (c) 2018 Alexandre Storelli
module.exports = {
"Belgium": require("./Belgium/index.js"),
"Canada": require("./Canada/index.js"),
"France": require("./France/index.js"),
"Germany": require("./Germany/index.js"),
"Italy": require("./Italy/index.js"),
"Spain": require("./Spain/index.js"),
"Switzerland": require("./Switzerland/index.js"),
"United Kingdom": require("./United Kingdom/index.js"),
}