You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want more control you can use parsers directly. E.g.:
38
38
39
39
```javascript
40
-
import { RSSParser } from'feedify';
40
+
import { RSSParser } from'unread';
41
41
42
42
constparser=newRSSParser();
43
43
@@ -58,7 +58,7 @@ console.log(parser.feed());
58
58
### Error handling
59
59
60
60
```javascript
61
-
import { parse } from'feedify';
61
+
import { parse } from'unread';
62
62
63
63
consttext='borken feed';
64
64
@@ -85,7 +85,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
85
85
86
86
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
87
87
<!-- prettier-ignore -->
88
-
<table><tr><tdalign="center"><ahref="https://ahmed.sd"><imgsrc="https://avatars1.githubusercontent.com/u/12673605?v=4"width="100px;"alt="Ahmed T. Ali"/><br /><sub><b>Ahmed T. Ali</b></sub></a><br /><ahref="https://github.com/Ahmed T. Ali/feedify/commits?author=z0al"title="Code">💻</a> <ahref="https://github.com/Ahmed T. Ali/feedify/commits?author=z0al"title="Documentation">📖</a> <ahref="#maintenance-z0al"title="Maintenance">🚧</a> <ahref="https://github.com/Ahmed T. Ali/feedify/commits?author=z0al"title="Tests">⚠️</a></td></tr></table>
88
+
<table><tr><tdalign="center"><ahref="https://ahmed.sd"><imgsrc="https://avatars1.githubusercontent.com/u/12673605?v=4"width="100px;"alt="Ahmed T. Ali"/><br /><sub><b>Ahmed T. Ali</b></sub></a><br /><ahref="https://github.com/Ahmed T. Ali/unread/commits?author=z0al"title="Code">💻</a> <ahref="https://github.com/Ahmed T. Ali/unread/commits?author=z0al"title="Documentation">📖</a> <ahref="#maintenance-z0al"title="Maintenance">🚧</a> <ahref="https://github.com/Ahmed T. Ali/unread/commits?author=z0al"title="Tests">⚠️</a></td></tr></table>
0 commit comments