Skip to content

Commit c40b18d

Browse files
committed
Updated runkit
1 parent 64c1c0b commit c40b18d

2 files changed

Lines changed: 2 additions & 12 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rss-generator-api",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "RSS.app generator API",
55
"types": "lib/index.d.ts",
66
"keywords": [

runkit-example.js

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,4 @@ rssApp.feed
1414
})
1515
.catch((err) => {
1616
console.log('Error', err);
17-
});
18-
19-
// Call RssApp to list the feeds
20-
rssApp.feed
21-
.list({ limit: 10, offset: 0 })
22-
.then((list) => {
23-
console.log('Success', list.data);
24-
})
25-
.catch((err) => {
26-
console.log('Error', err);
27-
});
17+
});

0 commit comments

Comments
 (0)