Giter VIP home page Giter VIP logo

feeds-app's Introduction

feeds-app

A simple web app to display the results of a feed into a page, and provide a basic form to filter those results developed in AngularJS with Material-Design.

Features

  • Select between 10, 25, or 50 maximum results to display.
  • Display most liked videos -- videos that have more than a number of likes.
  • Search videos based on text in the description.
  • Show more if there are more results than what is shown.
  • Mobile support.

Running Locally

  1. Checkout git repository locally git clone https://github.com/RiahiKarim/feeds-app.git

  2. All the dependencies are included in the libs folder, there is no need for a build process (node, grunt) ...

  3. Just navigate to the cloned directory and start a web server (For example on Os X enter the following command python -m SimpleHTTPServer 8000)

  4. View http://localhost:8000/in your browser to see the app.

Configure the app

      var values = {
            displayIframeVideos : false,
            defaultDisplayedFeeds : 10,
            popularVideos : 10,
            defaultUserPictureSize : {'height': 75, 'width': 75},
            defaultUserPicturelocation : "images/user_default.png",
            dataLocation : 'data/feeds.json'
        };

You can change the configuration of the app. Like hide the Iframe of videos or define when a video will be defined as most liked. See the list of default configurations.

License

Released under the MIT License. See the LICENSE file for further details.

feeds-app's People

Contributors

riahikarim avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

ynuzgw

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.