Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mingderwang/fatch
Fetch partial HTML contents with XPATH
https://github.com/mingderwang/fatch
bun html xpath
Last synced: about 2 months ago
JSON representation
Fetch partial HTML contents with XPATH
- Host: GitHub
- URL: https://github.com/mingderwang/fatch
- Owner: mingderwang
- Created: 2024-05-02T08:43:36.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-02T08:49:21.000Z (8 months ago)
- Last Synced: 2024-05-02T21:57:48.834Z (8 months ago)
- Topics: bun, html, xpath
- Language: TypeScript
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fatch
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v1.0.25. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.