From d69e8d34ec84d3f86ba738d87744c5a6d674972d Mon Sep 17 00:00:00 2001 From: Eliot Whalan Date: Wed, 3 May 2017 13:46:14 +1000 Subject: [PATCH] Create README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..0e3219cf --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# Nyaa replacement + +## Motivation +The aim of this project is to write a fully featured nyaa replacement in golang +that anyone will be able to deploy locally or remotely. + +# Requirements +* Golang + + +## TODO +* Tidy up JS and code +* RSS feeds +* Adding new torrents +* Category searching +* Torrent status display +* Daily DB dumps +* p2p sync of dbs? + +# LICENSE +This project is licensed under the MIT License - see the LICENSE.md file for details