aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSin <[email protected]>2020-06-08 03:43:47 -0700
committerGitHub <[email protected]>2020-06-08 03:43:47 -0700
commita5e448a3f2d714f66918f5abbab5c629ec63a34a (patch)
treee9f7ef559b73291243501a7ed34bff668000e862
parentepic (diff)
downloadtwittlet-a5e448a3f2d714f66918f5abbab5c629ec63a34a.tar.xz
twittlet-a5e448a3f2d714f66918f5abbab5c629ec63a34a.zip
make readme look "good"
-rw-r--r--README.md16
1 files changed, 13 insertions, 3 deletions
diff --git a/README.md b/README.md
index bb640d9..55bb40b 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,15 @@
-prolly gonna add youtube and other things support to this. made it tho bc it can be useful and will probably deploy this on my site with some revisions.
+# Twittlet
-its quick and dirty and thats all i need )
+## What?
+Got a little bored and realized that I want to eventually add a downloader service to my projects site which interacts with my Twitter bot. This is in a very early stage and at the moment its just a Twitter media API.
-also; app.js is just me testing to see if this package still even works lmao.
+## Is it done?
+No.
+
+Will probably end up adding some of the few things down below.
+
+- [ ] YouTube + other service(s) support
+- [ ] Clean up codebase, namely `server.js`...
+
+### Also
+`app.js` is just me testing to see if this package will even work. Way cleaner than the actual `server.js` codebase so if you are going to nab this, please nab that.