Podcast Freaks - Japanese techie podcast archive
Create .env
file at 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
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
yarn ncu
yarn ncu -u
This project will be deploy daily by calling Netlify's 'Build hooks' from IFTTT.
[!] 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. - If you want remove feeds from
data/rss.json
, not only removing it but also move it intodata/rss-inactive.json
with reason.