Skip to content

A news feed app. I've been using this project to study frontend development.

Notifications You must be signed in to change notification settings

TiagoAMarek/News-Feed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

News-Feed

A news feed app.

Dependencies

  • jQuery, Bootstrap, Grunt.

JSON format

{
    "news": [
        {
            "name": "Mario",
            "profileimage": "profile image url",
            "title": "Title here!",
            "datetime": "26/11/2014 19:00",
            "text": "text here!",
            "likes": "29"
        },
    ]
}

Calling the app

var feed = new NewsFeed();
feed.init("div id here", json);

About

A news feed app. I've been using this project to study frontend development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published