Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 679 Bytes

README.md

File metadata and controls

38 lines (22 loc) · 679 Bytes

UI for Vimeo's Simple API

This project is a simple page interfacing the Vimeo Simple API. It makes a call for the editors' favorite picks and loads them on the page. When a video finishes, the next one is played automatically.

Instructions

(This assumes Node, NPM and Grunt are installed)

The following commands are to be run on a Terminal or Windows PowerShell.

  1. Install node modules:
npm install

2a. Build necessary files on windows:

npm run build-win

2b. Build on other machines (may need sudo):

npm run build
  1. Run:
npm start

Finally, visit http://localhost:1234 on your browser and you will see the web app.