All Projects → felromo → Elmtube

felromo / Elmtube

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

Programming Languages

elm
856 projects

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!!

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].