Skip to content

pensuke81/podcast-freaks

 
 

Repository files navigation

Podcast Freaks

Netlify Status

Podcast Freaks - Japanese techie podcast archive

https://podcastfreaks.com/

Getting started

Create .env file on the root directory.

TWITTER_CONSUMER_KEY=xxxxxxxx
TWITTER_CONSUMER_SECRET=xxxxxxxx
TWITTER_ACCESS_TOKEN_KEY=xxxxxxxx
TWITTER_ACCESS_TOKEN_SECRET=xxxxxxxx
TWITTER_LANG=ja

TWITTER_LANG is used for restricting tweets to the given language in hashtag search. You can remove it if you don't want to use it.

yarn
yarn prebuild # Download assets into /static/downloads
yarn dev

Deployment

yarn build && yarn deploy

or if you have already execute 'prebuild'

yarn build:skip && yarn deploy

or if you want to push directly to Netlify with netlify-cli

yarn build:skip && yarn deploy:netlify

Daily build

This project will be deploy daily by calling Netlify's 'Build hooks' from IFTTT.

Forms

[!] You need to align items in form with static/form.html

Ref: https://qiita.com/hiropy0123/items/2e8d14ea66b78ab64847


You can create another podcast archives by replacing data/rss.json file yourself.

Deploy to Netlify

About

日本語テック系ポッドキャストまとめ

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 65.4%
  • JavaScript 32.6%
  • HTML 1.2%
  • CSS 0.8%