Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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"

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

Goldcap

Goldcap

0uoaqsdWJ2Mbm9g0hjjZns


640

image.avif

640



  • arab electronic

  • organic electronic


2wWr1vIjDVV5yy1bGoekzF

Breathe into Me (Incl. Goldcap Remix)


640

https://i.scdn.co/image/ab67616d0000b2732afc92c0999db8677e19e48d

640



```

```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

+
-
Goldcap

+

Goldcap


-
0uoaqsdWJ2Mbm9g0hjjZns

-

-
640

-
image.avif

-
640

-

+
image

-

    -
  • arab electronic

  • -
  • organic electronic

  • -

-
2wWr1vIjDVV5yy1bGoekzF

-
Breathe into Me (Incl. Goldcap Remix)

-

-
640

-
image.url

-
640

-

+ image
-

    -
    -

```

```diff
@@ run test @@
```
`$ deno test --allow-read . --watch`