https://github.com/cryptogrampy/xmr-wishlist-rss
Keep your fans and donors in the loop: Generate an RSS Feed from your Monero Wishlist!
https://github.com/cryptogrampy/xmr-wishlist-rss
donations monero wishlist xmr
Last synced: 8 months ago
JSON representation
Keep your fans and donors in the loop: Generate an RSS Feed from your Monero Wishlist!
- Host: GitHub
- URL: https://github.com/cryptogrampy/xmr-wishlist-rss
- Owner: CryptoGrampy
- Created: 2021-09-10T16:45:04.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-14T14:53:49.000Z (about 4 years ago)
- Last Synced: 2024-12-30T15:44:20.396Z (9 months ago)
- Topics: donations, monero, wishlist, xmr
- Language: TypeScript
- Homepage:
- Size: 1.76 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xmr-wishlist-rss
Keep your donors in the loop: generate a Monero RSS feed from your XMR Wishlist!
Simply update your wishlist and wishlist-rss, and your donors will receive an update without having to constantly check your website/Twitter to be notified of new requests.
# Table of Contents
- [xmr-wishlist-rss](#xmr-wishlist-rss)
- [Table of Contents](#table-of-contents)
- [Test it Out!](#test-it-out)
- [Usage](#usage)# Test it Out!
Open this link (AND NOTE: THIS IS DUMMY DATA! DON'T DONATE TO THESE ADDRESSES) on a mobile/desktop device that has an RSS reader installed (or just manually copy and paste the link into your RSS reader): https://raw.githubusercontent.com/CryptoGrampy/xmr-wishlist-rss/master/dist/xmr-community-art-fund-wishlist-rss2.xml
Delete the feed afterwards. Again, this is just a demo.
# Usage
1. Pass a link to your [XMR wishlist as a service](https://github.com/plowsof/xmr-wishlist-aaS) json file into the JS method:
```node
generateRssFromWishlistUrl('https://github.com/CryptoGrampy/xmr-wishlist-rss/blob/master/wishlist-aas-example-v2.json')
```OR
2. Pipe in your wishlist JSON:
```node
generateRssFromWishlistJson(wishlistJson)
```Add a link to the output RSS file to your website! Update the file whenever a new item is added to your list. Ensure your wishlist.json matches the XmrWishlistV2 format.