Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        


Reddit Logo


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`.