All Projects → noracast → podcastfreaks.com

noracast / podcastfreaks.com

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

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
Sass
350 projects

Projects that are alternatives of or similar to podcastfreaks.com

nuxt-netlify-cms-starter
NuxtJS + Netlify CMS blog starter project
Stars: ✭ 35 (-16.67%)
Mutual labels:  nuxt, netlify
nuxt-netlify-cms-starter
🏞 A very spartan starter for using Nuxt.js with Netlify CMS.
Stars: ✭ 67 (+59.52%)
Mutual labels:  nuxt, netlify
platform
Community platform for dancers
Stars: ✭ 30 (-28.57%)
Mutual labels:  nuxt, netlify
Ecommerce Netlify
🛍 A JAMstack Ecommerce Site built with Nuxt and Netlify Functions
Stars: ✭ 1,147 (+2630.95%)
Mutual labels:  nuxt, netlify
nuxt-starter-netlify-cms
Example nuxt + netlify cms project. Nuxt port of Gatsby starter app.
Stars: ✭ 13 (-69.05%)
Mutual labels:  nuxt, netlify
Bael Template
Brutalist Blog theme for Netlify CMS
Stars: ✭ 187 (+345.24%)
Mutual labels:  nuxt, netlify
vuefes-2018
Vue Fes Japan 2018 の Web サイトのソースコードです。ナレッジ共有のために公開します
Stars: ✭ 39 (-7.14%)
Mutual labels:  nuxt, netlify
Nuxt Netlify
Dynamically generate `_headers` and `_redirects` files for Netlify in your Nuxt.js projects
Stars: ✭ 97 (+130.95%)
Mutual labels:  nuxt, netlify
nuxtwebsite
A simple Nuxt.js setup to create websites with blog feature using Storyblok as CMS and Netlify to deploy it.
Stars: ✭ 29 (-30.95%)
Mutual labels:  nuxt, netlify
trailing-slash-guide
Understand and fix your static website trailing slash issues!
Stars: ✭ 255 (+507.14%)
Mutual labels:  nuxt, netlify
nuxt-netlifycms-boilerplate
A simple boilerplate for using NetlifyCMS with Nuxt
Stars: ✭ 51 (+21.43%)
Mutual labels:  nuxt, netlify
deved-platform
Nuxt.js for the new Vonage Developer Education site.
Stars: ✭ 15 (-64.29%)
Mutual labels:  nuxt, netlify
bluise
🍄 Bluise - A Nuxt.js & Netlify CMS boilerplate.
Stars: ✭ 132 (+214.29%)
Mutual labels:  nuxt, netlify
nuxt-netlify-lambda-starter
🛠️ SEO-friendly website starter backed by Netlify lambda functions in a simple, friendly repo
Stars: ✭ 60 (+42.86%)
Mutual labels:  nuxt, netlify
hacktoberfest-checker
Decoupled web application using Nuxt and Netlify Functions to create a way for folks to check whether a public repository is eligible and/or taking part in Hacktoberfest
Stars: ✭ 16 (-61.9%)
Mutual labels:  nuxt, netlify
webneko-blog
✍️ Technical Blog written by @jiyuujin
Stars: ✭ 14 (-66.67%)
Mutual labels:  nuxt
react-flappy-bird
A side-scroller where the player controls a bird, attempting to fly between columns of green pipes without hitting them.
Stars: ✭ 55 (+30.95%)
Mutual labels:  netlify
v1.scott.ee
✅ My website built with nuxt.js and statically generated from WordPress.
Stars: ✭ 55 (+30.95%)
Mutual labels:  nuxt
vue-blog-netlify-template
A Vue.js blog powered by Cosmic. Deploy to Netlify in one click.
Stars: ✭ 34 (-19.05%)
Mutual labels:  netlify
nuxt-feature-toggle
The nuxt feature toggle module
Stars: ✭ 78 (+85.71%)
Mutual labels:  nuxt

Podcast Freaks

Netlify Status

Podcast Freaks - Japanese techie podcast archive

https://podcastfreaks.com/

Getting started

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

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

Keep dependencies updated

yarn ncu
yarn ncu -u

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


Contributing

  • 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 into data/rss-inactive.json with reason.

Deploy to Netlify

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].