Skip to content

Commit

Permalink
add nooshub #6
Browse files Browse the repository at this point in the history
  • Loading branch information
Reeywhaar committed Feb 15, 2019
1 parent aa4872e commit aba677e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Binary file added ext/providers-icons/nooshub.ico
Binary file not shown.
7 changes: 7 additions & 0 deletions ts/feedReaders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,11 @@ export const FeedReaders: FeedReader[] = [
`https://www.commafeed.com/rest/feed/subscribe?url=${encodeURI(feed)}`,
favicon: "commafeed.ico",
},
{
id: "nooshub",
name: "Nooshub",
link: feed =>
`https://www.nooshub.com/me/feeds/new?url=%s${encodeURI(feed)}`,
favicon: "nooshub.ico",
},
];

0 comments on commit aba677e

Please sign in to comment.