Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ph4un00b/query_html
jq like for <html> | query_html "." | h1 #name | img #url , 50% | rm #item"
https://github.com/ph4un00b/query_html
cli deno denoland html typescript
Last synced: about 1 month ago
JSON representation
jq like for <html> | query_html "." | h1 #name | img #url , 50% | rm #item"
- Host: GitHub
- URL: https://github.com/ph4un00b/query_html
- Owner: ph4un00b
- License: mit
- Created: 2022-02-11T00:00:49.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-27T03:55:31.000Z (about 2 years ago)
- Last Synced: 2024-08-09T17:30:25.280Z (5 months ago)
- Topics: cli, deno, denoland, html, typescript
- Language: JavaScript
- Homepage:
- Size: 395 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
```diff
@@ raw install @@
```
`$ deno install --reload -n query_html --allow-read https://raw.githubusercontent.com/ph4un00b/query_html/master/cli.ts````html
GoldcapGoldcap0uoaqsdWJ2Mbm9g0hjjZns
640
image.avif
640
- arab electronic
- organic electronic
```
```diff
@@ if you run @@
```
`$ html | query_html ". | h1 #artist_name | img #url,25%,25% | rm #last_album_genres #height #width | picture #last_album_image | rm #name | h1 artist_name | wp article"`
```diff
-
+
-
+
Goldcap
-
-
-
-
-
-
+
-
- arab electronic
- organic electronic
-
-
-
-
-
-
-
-
-
-
+
-
-
-
```
```diff
@@ run test @@
```
`$ deno test --allow-read . --watch`