summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordaniel-Jones <daniel@danieljon.es>2018-06-03 15:30:41 +0930
committerdaniel-Jones <daniel@danieljon.es>2018-06-03 15:30:41 +0930
commitffb0ce3261d84bc5e0e9858d9f9322488544c3c8 (patch)
tree061846ad2eb1ea5267d772b3230d3022df7a32cd /README.md
parent8990aec935f0aa327ed84ea306af53d38d041287 (diff)
downloadanimedb-ffb0ce3261d84bc5e0e9858d9f9322488544c3c8.tar.gz
animedb-ffb0ce3261d84bc5e0e9858d9f9322488544c3c8.zip
removed misplaced ')', added it where needed
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 541e713..1e75c6d 100644
--- a/README.md
+++ b/README.md
@@ -14,13 +14,13 @@ I want a personalised way of displaying my anime history and progress without re
* static webpages generated with scripts
* no javascript, php or cgi (html and css web pages only)
* usable on mobile and browser
-* display anime with information about it (name, year created, rating, genre, number of episodes etc))
+* display anime with information about it (name, year created, rating, genre, number of episodes etc)
* display user rating, episodes watched, personal notes etc)
* source information from MAL API (maybe others, I don't know of any) or allow the user to enter it manually
* sqlite database to hold the information
* provide easy to use cli tool to update/add anime, episodes, rating, notes etc
* no servers, all edits to the database will be local
-* provide filters (highest/lowest score first, date created, watch status (watching, finished, on hold etc)
+* provide filters (highest/lowest score first, date created, watch status (watching, finished, on hold etc))
* these will be generated html pages
* script to import anime from MAL profiles (maybe others, again I don't know any personally)
* possibly using exported XML data instead of API