1.0.1 • Published 7 years ago
social-feed-app v1.0.1
Social Feed React App
Description
Widget renders N last social posts from JSON feed. The widget pull updates from the feed with the given interval and update the display list by removing old items and displaying the new ones.
Install
npm install --save social-feed-appUsage
import * as React from 'react';
import SocialPosts from 'social-feed-app';
class Example extends React.Component {
render () {
return (
<SocialPosts limit={5} network="twitter" interval={1000} />
)
}
}Properties
limitNumber of posts to displaynetworkIncludes entities from a specified social network onlyintervalUpdate interval
License
MIT © vasaeps3