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

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:

Awesome Lists containing this project

README

          

[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.png?v=103)](https://github.com/ellerbrock/open-source-badges/)
[![TypeScript](https://badges.frapsoft.com/typescript/code/typescript.png?v=101)](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.