imdb-sql

(★ 14)

Query IMDB inside your browser

File Explorer

  • .gitignore
  • build_parquet.py
  • CLAUDE.md
  • cleanup_s3.py
  • deploy_data.py
  • eslint.config.js
  • fetch_tsv.py
  • generate_cache.py
  • imdb_extract.py
  • index.html
  • LICENSE
  • logo.webp
  • mcp-server.js
  • mcp-server.py
  • package-lock.json
  • package.json
  • preview.sng
  • pyproject.toml
  • README.md
  • tsconfig.app.json
  • tsconfig.json
  • tsconfig.node.json
  • upload_parquet.py
  • uv.lock
  • vite.config.ts

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

npm run

View Details ▼

Run a script.

npm run

List available scripts:

npm run {{script_name}}

Run a script:

npm run {{script_name}} -- {{argument}} {{--option}}

Pass arguments to a script:

// repository documentation