Upload README.md
Browse files
README.md
CHANGED
@@ -11,9 +11,11 @@ short_description: uses playwright to scrape a fake app hosted on vercel
|
|
11 |
tag: "mcp-server-track"
|
12 |
---
|
13 |
## Fake app scraper
|
|
|
|
|
|
|
|
|
14 |
<div style="font-family: sans-serif; line-height: 1.6;">
|
15 |
-
<img src="login.png" alt="login" style="max-width: 35%; margin-right: 10px;" />
|
16 |
-
<img src="dashboard.png" alt="dashboard" style="max-width: 35%;" />
|
17 |
<p>
|
18 |
This app uses Playwright to log in and scrape the content of the dashboard of the fake app
|
19 |
<a href="https://fake-app-omega.vercel.app" target="_blank">fake-app-omega.vercel.app</a>.
|
@@ -44,4 +46,10 @@ Claude config
|
|
44 |
}
|
45 |
}
|
46 |
}
|
47 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
tag: "mcp-server-track"
|
12 |
---
|
13 |
## Fake app scraper
|
14 |
+
|
15 |
+
link to test video with Claude https://youtu.be/WhLegRIdpRo
|
16 |
+
|
17 |
+
|
18 |
<div style="font-family: sans-serif; line-height: 1.6;">
|
|
|
|
|
19 |
<p>
|
20 |
This app uses Playwright to log in and scrape the content of the dashboard of the fake app
|
21 |
<a href="https://fake-app-omega.vercel.app" target="_blank">fake-app-omega.vercel.app</a>.
|
|
|
46 |
}
|
47 |
}
|
48 |
}
|
49 |
+
```
|
50 |
+
|
51 |
+
<div style="font-family: sans-serif; line-height: 1.6;">
|
52 |
+
<p>Fake App</p>
|
53 |
+
<img src="login.png" alt="login" style="max-width: 35%; margin-right: 10px;" />
|
54 |
+
<img src="dashboard.png" alt="dashboard" style="max-width: 35%;" />
|
55 |
+
</div>
|