- update xml
- add xml
- delete xml
- change xml url
- 登録されている rss の一覧
- anchor などのポッドキャスト配信サイトのrssはホワイトリストで透過的に取得する 案(仮)
- 時系列順のエピソードを並べたjsonの作成
- トップページにポッドキャストの一覧がつく
- プレイヤー
- シェアした時に聞いている秒数でシェアできる
- シェアした時にハッシュタグ+ ep 番号がつく
- シェアした時にタイトルが出る
- シェアした時にサイト名のハッシュタグが出る?(URLで検索かければ不要か?
- ポッドキャストページにアクセスしたら最新の回にリダイレクト
- エピソードページに エピソード名を表示
- プレイヤーの作り込み
You will be running two processes during development:
- The Miniflare server (miniflare is a local environment for Cloudflare Workers)
- The Remix development server
Both are started with one command:
npm run dev
Open up http://127.0.0.1:8787 and you should be ready to go!
If you want to check the production build, you can stop the dev server and run following commands:
npm run build
npm start
Then refresh the same URL in your browser (no live reload for production builds).
If you don't already have an account, then create a cloudflare account here and after verifying your email address with Cloudflare, go to your dashboard and set up your free custom Cloudflare Workers subdomain.
Once that's done, you should be able to deploy your app:
npm run deploy