dexif / mcc-mnc

Parse table from mcc-mnc.com into json array

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mcc-mnc.com to json parser

This Node.js script fetches HTML content from mcc-mnc.com, extracts data from the table and writes the extracted data to a JSON file mcc-mnc.json .

Prerequisites

  • Node.js (version 21.2.0 or higher)

Installation

  1. Clone the repository

  2. Install the required dependencies:

    npm install

How to update data

Run the script:

node index.mjs

License

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

About

Parse table from mcc-mnc.com into json array

License:MIT License


Languages

Language:JavaScript 100.0%