Web Scrape Extension
A VS Code extension that provides web scraping and API request functionality.
Features
- Create Boilerplate: Generate HTML, CSS, and JavaScript boilerplate files
- API Data Viewer: Fetch and display API responses in JSON format
Commands
Create Boilerplate : Creates index.html, app.css, and app.js files in your workspace
Get API Data : Fetches data from an API and displays it in a new JSON document
Usage
- Open the Command Palette (
Cmd+Shift+P on Mac, Ctrl+Shift+P on Windows/Linux)
- Type one of the available commands:
- "Create Boilerplate" - to generate starter files
- "Get API Data" - to fetch and view API responses
Requirements
- VS Code 1.74.0 or higher
- Node.js (for API requests)
Installation
- Install the extension from the VS Code marketplace
- Reload VS Code
- Use the commands from the Command Palette
Release Notes
0.0.1
Initial release with basic boilerplate creation and API request functionality.
| |