https://github.com/ismaelpadilla/reddit-slideshow
Turns any valid reddit url into a slideshow
https://github.com/ismaelpadilla/reddit-slideshow
reactjs reddit slideshow
Last synced: 5 months ago
JSON representation
Turns any valid reddit url into a slideshow
- Host: GitHub
- URL: https://github.com/ismaelpadilla/reddit-slideshow
- Owner: ismaelpadilla
- Created: 2019-07-27T02:26:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T22:11:55.000Z (over 3 years ago)
- Last Synced: 2024-05-01T19:06:05.854Z (about 2 years ago)
- Topics: reactjs, reddit, slideshow
- Language: JavaScript
- Homepage: https://redditslideshow.com/
- Size: 2.4 MB
- Stars: 8
- Watchers: 2
- Forks: 5
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reddit-slideshow
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.com/
## Usage
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:
- https://redditslideshow.com/r/pics
- https://redditslideshow.com/r/art
- https://redditslideshow.com/r/aww
## Todo
- Detect / handle invalid URLs.
- Better error handling.
- Add tests.
- NSFW filter (some logic already implemented).
- Audio on WebMs.
---
Made with React using `create-react-app`, based on http://redditp.com/