Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CatTail/rssify
Convert anything to rss feed
https://github.com/CatTail/rssify
Last synced: 21 days ago
JSON representation
Convert anything to rss feed
- Host: GitHub
- URL: https://github.com/CatTail/rssify
- Owner: CatTail
- Created: 2017-01-10T14:32:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-29T12:38:29.000Z (almost 6 years ago)
- Last Synced: 2024-08-05T17:28:58.685Z (4 months ago)
- Language: JavaScript
- Homepage: https://rssify.now.sh
- Size: 62.5 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
- awesome-hacking-lists - CatTail/rssify - Convert anything to rss feed (JavaScript)
README
# rssify
> Convert anything to rss feed转 RSS 服务,目前支持 Github issues 和知乎专栏
知乎专栏 [https://zhuanlan.zhihu.com/junyu](https://zhuanlan.zhihu.com/junyu),RSS 地址为 [https://rssify.now.sh/zhuanlan/junyu](https://rssify.now.sh/zhuanlan/junyu)
Github 项目 [https://github.com/CatTail/rssify](https://github.com/CatTail/rssify) 的 issues,RSS 地址为 [https://rssify.now.sh/github/CatTail/rssify](https://rssify.now.sh/github/CatTail/rssify)
## Deploy
npm install
npm install -g now
now secrets add rssify_github_access_token "xxxxxxxxxxxxxxxxxxxxxx"
now## Credit
lilydjwg for his wonderful project [morerssplz](https://github.com/lilydjwg/morerssplz)