Skip to content

Este proyecto implementa un proceso ETL (Extracción, Transformación y Carga) sobre un archivo Excel que contiene información de concesiones de radio.

License

Notifications You must be signed in to change notification settings

palminiocl/radios.palminio.cl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Radios FM/AM de Chile 📻

A public and interactive database of FM/AM radio concessions in Chile. This project visualizes radio station information by zone, frequency, and type, enabling easy search and exploration of licensed broadcast services.

🌐 Demo

Access the live project at: radios.palminio.cl

📦 Features

  • 🔍 Real-time search by station name, frequency, and service zone.
  • 🗺️ Interactive map with coordinates for each station.
  • 📊 Cleaned and filtered data sourced from SUBTEL Chile.
  • 🧪 ETL pipeline to extract, transform and output structured JSON from official Excel sources.
  • ⚙️ Automatically deployed via GitHub Actions and GitHub Pages.

📁 Project Structure


radios.palminio/
├── etl/                  # ETL scripts (e.g., script.js)
├── public/               # Static files for frontend (HTML, CSS, JSON)
│   ├── index.html
│   ├── style.css
│   └── listado\_clean.json
├── .github/workflows/    # CI/CD workflow for GitHub Pages
├── package.json          # Project metadata and scripts

🔧 Getting Started

Prerequisites

  • Node.js 20+
  • npm

Install Dependencies

npm install

Run the ETL Script

npm run etl

This will process the Excel source and generate public/listado_clean.json.

Clean Output Files

npm run clean

🚀 Deployment

The site is automatically deployed via GitHub Pages using GitHub Actions. See .github/workflows/main.yml for the workflow definition.

📊 Data Source

👨‍💻 Author

Lucas Palminio palminio.cl

📄 License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Este proyecto implementa un proceso ETL (Extracción, Transformación y Carga) sobre un archivo Excel que contiene información de concesiones de radio.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published