https://github.com/jamesgeorge007/reddit-parser
A web app which parses ( using reddit API) relevant posts from a given subreddit that the user has ultimate right to choose from. :tada: :smiley:
https://github.com/jamesgeorge007/reddit-parser
react-typescripts reactjs reddit reddit-api spa subreddit tsx typescript webapp
Last synced: 5 months ago
JSON representation
A web app which parses ( using reddit API) relevant posts from a given subreddit that the user has ultimate right to choose from. :tada: :smiley:
- Host: GitHub
- URL: https://github.com/jamesgeorge007/reddit-parser
- Owner: jamesgeorge007
- License: gpl-3.0
- Created: 2018-07-12T12:47:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-22T05:27:05.000Z (over 7 years ago)
- Last Synced: 2025-04-17T13:30:46.457Z (12 months ago)
- Topics: react-typescripts, reactjs, reddit, reddit-api, spa, subreddit, tsx, typescript, webapp
- Language: TypeScript
- Homepage: https://reddit-parser.herokuapp.com/
- Size: 254 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/ellerbrock/open-source-badges/)
[](https://github.com/ellerbrock/typescript-badges/)
Reddit Parser
## Basic Info
> A web app which parses ( using reddit API) relevant posts from a given subreddit that the user has the ultimate right to choose from.
**You may check it out [here](https://reddit-parser.herokuapp.com/)**
*Or, you may follow the instructions provided below (By expanding the below section) to check it out locally.*
Instructions
* Clone the repository.
* Navigate to the project directory.
* Install the dependencies via ```npm install```.
* Run ```npm start```.
* Navigate to ```localhost:3000``` within your favourite browser.