added some to tech

This commit is contained in:
martind2000@gmail.com 2015-08-14 21:34:08 +01:00
parent 0e22bc7ec4
commit 1b1ad977a0

17
tech.js
View File

@ -73,7 +73,22 @@ feeds.simple_test_feed = {
{ {
"count": 100, "count": 100,
"feed_url": "http://feedproxy.google.com/typepad/alleyinsider/silicon_alley_insider" "feed_url": "http://feedproxy.google.com/typepad/alleyinsider/silicon_alley_insider"
}] }
,
{
"count": 100,
"feed_url": "http://techcrunch.com/feed/"
},
{
"count": 100,
"feed_url": "http://feeds.venturebeat.com/VentureBeat"
},
{
"count": 100,
"feed_url": "http://feeds2.feedburner.com/thenextweb"
}
]
}; };
var braider_options = { var braider_options = {
feeds: feeds, feeds: feeds,