Skip to content

aboyon/jmvc-app-youtube-video

Repository files navigation

jmvc-youtube-video-app

This is just an example application written in JavascriptMVC that aims to show you how to make an application with a popular API service.

In this case we'll use the API provided by youtube to retrieve information based on a given link.

How it works

This is a very simple example about how to persist the user data using localStorage thru JavascriptMVC models layer. You can replace localStorage for the one you choose (e.g. if you want to persist the information into a cookie, or even better, make a request using AJAX to a server-side script using Ruby/PHP/whatever)

Online demo

You can take a look to a live demo here

Pre-requisites

  • Have installed Javascript MVC 3.2.2 or higher.

How to install

  • Clone this repository thru this command:
git clone git@github.com:aboyon/jmvc-app-youtube-video.git
  • Open your browser and wuala! run the application.

About

jmvc-app-youtube-video

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published