felromo / elmtube

A very simple mockup of youtube written in elm and using their v3 api, that is it...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elmtube

What is it?

A project to familiarize myself a bit more with elm. Makes calls to the youtube api, to create a simple youtube mockup, of course.. written in elm.

Uses hot-reloading for a better feedback loop, and elm-css so that the elm compiler can help us with as much as possible. We make no use of ports in this application all the youtube api calls are done through tasks

How to use it?

There are 2 versions available online as of now

GitHub Pages [Surge Page] (http://lonely-place.surge.sh)

I want to help develop it

  • Go ahead and clone this repo some place on your machine with git clone https://github.com/tyrantwarship/elmtube

  • Change into that directory with cd elmtube (or whatever you named the repo)

  • After you can use the npm scripts that come bundled with the repo npm run dev to run a local version to see the changes you've made npm run build to build a production version

Pull requests are always welcome!!

About

A very simple mockup of youtube written in elm and using their v3 api, that is it...

License:MIT License


Languages

Language:Elm 84.0%Language:CSS 8.3%Language:JavaScript 6.0%Language:HTML 1.8%