Skip to content

Commit 25a0fe6

Browse files
committed
update peatix readme
1 parent 46e27ed commit 25a0fe6

File tree

5 files changed

+348
-197
lines changed

5 files changed

+348
-197
lines changed

apps/web-docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ hero:
99
text: CSS
1010
link: /css/getting-started
1111
- theme: brand
12-
text: Peatix
13-
link: /peatix/csv-usage
12+
text: RPA
13+
link: /rpa/getting-started
1414
- theme: brand
1515
text: Supabase
1616
link: /supabase/getting-started

apps/web-docs/peatix/csv-usage.md

Lines changed: 0 additions & 195 deletions
This file was deleted.

apps/web-docs/rpa/getting-started.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# RPA
2+
3+
NestJS 上で Puppeteer を使用して Web サイトをクロール、cron ジョブを設定することで、購入情報の照合に一役を買いました。昨年お世話になっていたチケットプラットフォーム Pass market では、ログイン処理の自動化が困難と判明、やむを得ず購入情報の照合自動化を諦めているが、今年はそれを実現させる方向で進めました。
4+
5+
Puppeteer は Chrome DevTools Protocol (CDP) を介してヘッドレス Chrome または Chromium ブラウザを制御できる便利な API を提供します。
6+
7+
## NestJS とはなんぞや
8+
9+
そもそも NestJS について、深く知りたいという方のためのセクションを設けました。
10+
11+
::: tip
12+
13+
NestJS の構造からたいへん上手くまとまっており、合わせてこちらをご一読いただけますと。
14+
15+
[NestJS の基礎概念の図解と要約](https://zenn.dev/morinokami/articles/nestjs-overview)
16+
17+
:::

0 commit comments

Comments
 (0)