paalss / youtube-wrapped

an web app that takes youtube history as input and returns the videos/channels that you've watched the most

Home Page:https://paalss.github.io/youtube-wrapped/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YT-wrapped

open site locally

In repo root folder:

npm i
npm start

deploy

npm run deploy

TODO

  • expand minify images guide
  • evt. støtte for HTML filer. Konverter det til JSON
  • evt. DEMO / playground som viser hvordan appen funker?


Husk at du har dette ES7+ React snippets addon

https://github.com/dsznajder/vscode-react-javascript-snippets/blob/HEAD/docs/Snippets.md

JS PHP kommunikasjon kilder:

rafcp

import React from 'react'
import PropTypes from 'prop-types'

const $1 = (props) => {
  return <div>$0</div>
}

$1.propTypes = {}

export default $1

rafce

import React from 'react'

const $1 = () => {
  return <div>$0</div>
}

export default $1

https://feathericons.com/

About

an web app that takes youtube history as input and returns the videos/channels that you've watched the most

https://paalss.github.io/youtube-wrapped/


Languages

Language:JavaScript 70.4%Language:CSS 16.1%Language:HTML 13.5%Language:Shell 0.1%