Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamesives/reddit-gallery-viewer
๐ผ๏ธ Shows a never-ending stream of images from the Reddit API. Created with Angular and RxJS using the Reddit API.
https://github.com/jamesives/reddit-gallery-viewer
angular infinite-scrolling reddit rxjs virtual-scrolling
Last synced: 11 days ago
JSON representation
๐ผ๏ธ Shows a never-ending stream of images from the Reddit API. Created with Angular and RxJS using the Reddit API.
- Host: GitHub
- URL: https://github.com/jamesives/reddit-gallery-viewer
- Owner: JamesIves
- Created: 2023-01-26T15:15:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-18T01:44:42.000Z (6 months ago)
- Last Synced: 2024-10-26T11:51:05.763Z (18 days ago)
- Topics: angular, infinite-scrolling, reddit, rxjs, virtual-scrolling
- Language: TypeScript
- Homepage: https://jives.dev/reddit-gallery-viewer
- Size: 5.54 MB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
Reddit Gallery Viewer
Shows a never-ending stream of images from the Reddit API. Created with Angular and RxJS using the Reddit API.
## Getting Started โ๏ธ
You can run the application locally by running `npm install` followed by `npm start`. You can then [view the application locally on port 4200](http://localhost:4200). The Reddit API does not (at the time of writing this) require any sort of client credentials, so there's no additional setup needed there.
### Tests and Linting ๐งช
You can run the linting and testing scripts by running `npm run lint` and `npm run test`. You can also format the project directly using Prettier by running `npm run lint:format`.