html-mitai

endpoint: https://k8e6192i0hh26rlrgg7jv6ko.themader.com

使い方

監視対象のHTMLを指定して uploader を起動すると、初回送信+以降のファイル変更を自動で同期します。

curl -sL https://k8e6192i0hh26rlrgg7jv6ko.themader.com/uploader.js | node - target.html

名前を付けたい場合:

curl -sL https://k8e6192i0hh26rlrgg7jv6ko.themader.com/uploader.js | node - target.html --name yaakaito

リモートの保存パスを上書きしたい場合:

curl -sL https://k8e6192i0hh26rlrgg7jv6ko.themader.com/uploader.js | node - target.html --as reviews/2026-05-28.html

API

POST /api/files     # body: { path, content, uploader? } → upsert by path
GET  /api/files     # 一覧(JSON)
GET  /h/:id         # アップロードされたHTMLを表示
GET  /uploader.js   # クライアントスクリプト

アップロード済み (1)