Skip to content

wilf312/podcast-referrence

Repository files navigation

podcast-referrence

できること

cron

  1. update xml
  2. add xml
  3. delete xml
  4. change xml url
  5. 登録されている rss の一覧
  6. anchor などのポッドキャスト配信サイトのrssはホワイトリストで透過的に取得する 案(仮)
  7. 時系列順のエピソードを並べたjsonの作成

podcast referrence

  1. トップページにポッドキャストの一覧がつく
  2. プレイヤー
  3. シェアした時に聞いている秒数でシェアできる
  4. シェアした時にハッシュタグ+ ep 番号がつく
  5. シェアした時にタイトルが出る
  6. シェアした時にサイト名のハッシュタグが出る?(URLで検索かければ不要か?
  7. ポッドキャストページにアクセスしたら最新の回にリダイレクト
  8. エピソードページに エピソード名を表示
  9. プレイヤーの作り込み

Welcome to Remix!

Development

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).

Deployment

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published