Skip to content

A Video Filter App that searches videos by topic using Youtube API. Built on Angular and quickstarted with Yeoman

License

Notifications You must be signed in to change notification settings

skypeter1/VideoSearcher

Repository files navigation

Video Searcher

This project is a testing of my skills in js The app uses Angulajs,Grunt,Bower,Bootstrap,HTML5,Compass etc, and it's kickstarted by Yeoman.

Instructions

First you got to have NodeJS Installed

Then install npm an bower

on linux with

npm install
npm install -g bower
bower install

on Windows

into the folder of Nodejs look for the npm.cmd file and add it to your local variables then you can use it in your command line. To install bower use npm like this:

npm install -g bower

Build & development

To run the project locally make sure you have the next

Ruby

sudo apt-get install ruby`ruby -e 'puts RUBY_VERSION[/\d+\.\d+/]'`-dev

Please make sure that you have grunt installed

sudo apt install node-grunt-cli

and Karma,Jasmine and Compass

npm install karma grunt-karma
npm install jasmine-core
npm install -g compass
gem install compass

In the project directory resolve any new the dependencies with

bower install

grunt for building

To check Karma Server Karma v4.4.1 server started at http://0.0.0.0:8080/

grunt serve for preview.

http://localhost:9000/#!/

About

A Video Filter App that searches videos by topic using Youtube API. Built on Angular and quickstarted with Yeoman

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published