-
Notifications
You must be signed in to change notification settings - Fork 2
/
rss.json
72 lines (72 loc) · 1.9 KB
/
rss.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
[
{
"name": "Ars Technica",
"rss": "http://feeds.arstechnica.com/arstechnica/index",
"category": "technology"
},
{
"name": "Hackaday",
"rss": "https://hackaday.com/blog/feed/",
"category": "technology"
},
{
"name": "NYTimes",
"rss": "http://rss.nytimes.com/services/xml/rss/nyt/Business.xml",
"category": "business"
},
{
"name": "NYTimes",
"rss": "http://rss.nytimes.com/services/xml/rss/nyt/Health.xml",
"category": "health"
},
{
"name": "NYTimes",
"rss": "http://rss.nytimes.com/services/xml/rss/nyt/Science.xml",
"category": "science"
},
{
"name": "NYTimes",
"rss": "http://rss.nytimes.com/services/xml/rss/nyt/Sports.xml",
"category": "sports"
},
{
"name": "NYTimes",
"rss": "http://rss.nytimes.com/services/xml/rss/nyt/Technology.xml",
"category": "technology"
},
{
"name": "NYTimes",
"rss": "http://rss.nytimes.com/services/xml/rss/nyt/Travel.xml",
"category": "travel"
},
{
"name": "Times of India",
"rss": "http://dynamic.feedsportal.com/pf/555218/http://toi.timesofindia.indiatimes.com/rssfeedstopstories.cms",
"category": "top"
},
{
"name": "Wired",
"rss": "http://feeds.wired.com/wired/index",
"category": "top"
},
{
"name": "Wired",
"rss": "http://www.wired.com/category/business/feed/",
"category": "business"
},
{
"name": "Wired",
"rss": "http://www.wired.com/category/design/feed/",
"category": "design"
},
{
"name": "Wired",
"rss": "http://www.wired.com/category/science/feed/",
"category": "science"
},
{
"name": "xkcd",
"rss": "http://xkcd.com/rss.xml",
"category": "humor"
}
]