README.md now points to new URL

This commit is contained in:
Ismael Padilla 2020-02-03 08:11:23 -03:00 committed by GitHub
parent f7fe26235a
commit 0e3e41bdc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,16 @@
# reddit-slideshow # reddit-slideshow
Site that displays a slideshow with images/gifs obtained from reddit. By default images will be fetched from reddit frontpage. Site that displays a slideshow with images/gifs obtained from reddit. By default images will be fetched from reddit frontpage.
Currently hosted at https://redditslideshow.netlify.com/ Currently hosted at https://redditslideshow.com/
## Usage ## Usage
You can go to the previous/next slide by pressing `A` or `D` respectively, or by using the arrow keys. You can go to the previous/next slide by pressing `A` or `D` respectively, or by using the arrow keys.
You can add, for example, `/r/pics` to the url and data will be fetched from reddit.com/r/pics. Try the following URLs: You can add, for example, `/r/pics` to the url and data will be fetched from reddit.com/r/pics. Try the following URLs:
- https://redditslideshow.netlify.com/r/pics - https://redditslideshow.com/r/pics
- https://redditslideshow.netlify.com/r/art - https://redditslideshow.com/r/art
- https://redditslideshow.netlify.com/r/aww - https://redditslideshow.com/r/aww
## Todo ## Todo
- Detect / handle invalid URLs. - Detect / handle invalid URLs.