File tree Expand file tree Collapse file tree 5 files changed +348
-197
lines changed Expand file tree Collapse file tree 5 files changed +348
-197
lines changed Original file line number Diff line number Diff line change 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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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+ :::
You can’t perform that action at this time.
0 commit comments