Public
Script
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
export const rssFeeds: RssFeed[] = [
{
name: "A beautiful site",
url: "https://www.abeautifulsite.net/feed/feed.xml",
type: "blog",
},
{
name: "Addy Osmani",
url: "https://addyosmani.com/feed.xml",
type: "blog",
},
{
name: "Adrian Roselli",
url: "https://adrianroselli.com/feed",
type: "blog",
},
{
name: "And a dinosaur",
url: "https://andadinosaur.com/home.rss",
type: "blog",
},
{
name: "Andy Bell",
url: "https://andy-bell.co.uk/feed.xml",
type: "blog",
},
{
name: "Anil Dash",
url: "https://www.anildash.com/feed.xml",
type: "blog",
},
{
name: "Brad Frost",
url: "https://feeds.feedburner.com/brad-frosts-blog",
type: "blog",
},
{
name: "Bruce Schneier",
url: "https://www.schneier.com/blog/atom.xml",
type: "security",
},
{
name: "Chris Coyer",
url: "https://chriscoyier.net/feed/",
type: "blog",
},
{
name: "Codrops",
url: "https://tympanus.net/codrops/feed/",
type: "blog",
},
{
name: "Dave Rupert",
url: "https://daverupert.com/atom.xml",
type: "blog",
},
{
name: "Dmitri Pavlutin",
url: "https://dmitripavlutin.com/rss.xml",
type: "blog",
},
{
name: "Heather Buchel",
url: "https://heather-buchel.com/feed/feed.xml",
type: "blog",
},
{
name: "Hidde de Vries",
url: "https://hidde.blog/feed",
type: "blog",
},
{
name: "Kent C. Dodds",
url: "https://kentcdodds.com/blog/rss.xml",
type: "blog",
},
{
name: "LeadDev",
url: "https://leaddev.com/content-piece-and-series/rss.xml",
type: "blog",
},
{
name: "Jake Lazaroff",
url: "https://jakelazaroff.com/rss.xml",
type: "blog",
},
{
name: "Jason Rodriguez",
url: "https://rodriguezcommaj.com/feed.xml",
type: "blog",
},
{
name: "Jeremy Keith",
url: "https://adactio.com/articles/rss",
type: "blog",
},
{
name: "Jim Nielsen",
url: "https://blog.jim-nielsen.com/feed.xml",
type: "blog",
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
March 8, 2024