From f2da3154a8065d78afbfd6f46c3a4f15f955681f Mon Sep 17 00:00:00 2001 From: Christopher Gurnee Date: Sat, 9 Oct 2021 13:46:33 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0817c61..a43e169 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Removeddit -[Removeddit](https://removeddit.com) is a site for viewing removed comments / threads from [Reddit](https://www.reddit.com). -Just go to any reddit thread and change the `reddit` in the URL to `removeddit` to see all removed comments. +# Unddit +[Unddit](https://www.unddit.com) is a site for undoing the removal of comments from [Reddit](https://www.reddit.com). +Just go to any reddit post and replace the `re` of `reddit` in the URL with `un` to see all removed comments. -This is a done by comparing the comments being stored in [Jason Baumgartners](https://pushshift.io/) [Pushshift Reddit API](https://github.com/pushshift/api) and the ones from Reddit API. The frontend is written in [React](https://reactjs.org/) and uses [Sass](https://sass-lang.com/) as the CSS Preprocessor. There is also a seperate [backend](https://github.com/JubbeArt/removeddit-api) used for storing what threads that have been removed by mods. This backend is really just a mirror of [/r/undelete](https://www.reddit.com/r/undelete/). +This is a done by comparing the comments being stored in [Jason Baumgartner's](https://pushshift.io/) [Pushshift Reddit API](https://github.com/pushshift/api) and the ones from Reddit's API. The frontend, developed by Jesper Wrang and originally available at [removeddit.com](https://removeddit.com), is written in [React](https://reactjs.org/) and uses [Sass](https://sass-lang.com/) as the CSS Preprocessor. # Development Download [npm](https://www.npmjs.com/get-npm)