View deleted stuff from reddit
Find a file
dependabot[bot] 11c9aec088
Bump ssri from 6.0.1 to 6.0.2
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases)
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md)
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-19 15:20:37 +00:00
dist Added FAQ question about ceddit 2019-12-05 10:59:57 +01:00
src Fixed some spelling mistakes on about page 2019-12-05 11:09:33 +01:00
.babelrc Updated depedencies 2019-12-05 09:57:50 +01:00
.gitignore Added status messages for threads and about page 2018-07-28 22:32:28 +02:00
LICENSE Updated license 2018-02-18 01:31:59 +01:00
package-lock.json Bump ssri from 6.0.1 to 6.0.2 2021-04-19 15:20:37 +00:00
package.json Added FAQ question about ceddit 2019-12-05 10:59:57 +01:00
README.md Added FAQ question about ceddit 2019-12-05 10:59:57 +01:00
TODO Updated url for ceddit links 2019-12-05 10:41:21 +01:00
webpack.config.js Removed source-maps from production builds 2018-07-28 23:46:19 +02:00

Removeddit

Removeddit is a site for viewing removed comments / threads from Reddit. Just go to any reddit thread and change the reddit in the URL to removeddit to see all removed comments.

This is a done by comparing the comments being stored in Jason Baumgartners Pushshift Reddit API and the ones from Reddit API. The frontend is written in React and uses Sass as the CSS Preprocessor. There is also a seperate backend used for storing what threads that have been removed by mods. This backend is really just a mirror of /r/undelete.

Development

Download npm

git clone https://github.com/JubbeArt/removeddit.git && cd removeddit

npm install
npm start

This will build the Javascript files and launch a local server for development. Visit http://localhost:8080 and make sure the site is running. If you're getting connection errors to Reddit or Pushshift, it might be because you're running a VPN. Try turning it off for development.

The CSS is build seperatly (to keep the build steps / configs very simple) by running

npm run css