feat: accept url from input and searchParameter

This commit is contained in:
Ayo 2023-05-11 16:19:37 +02:00
parent b3c1ef29de
commit 050793635a
3 changed files with 9472 additions and 0 deletions

2
.gitignore vendored
View file

@ -1,3 +1,5 @@
node_modules/
*~
*swo
*swp

9465
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

5
package.json Normal file
View file

@ -0,0 +1,5 @@
{
"devDependencies": {
"astro": "^2.4.4"
}
}