diff options
| author | Sin <[email protected]> | 2020-06-11 07:33:35 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-06-11 07:33:35 -0700 |
| commit | 913bf7bdb405a3e0834ff4019ad854088fe9c0b4 (patch) | |
| tree | 63f49ef9fd2d4a662096809c70c7d44b11dc6fca | |
| parent | make lists bullet points responsive to pcs (diff) | |
| download | twittlet-913bf7bdb405a3e0834ff4019ad854088fe9c0b4.tar.xz twittlet-913bf7bdb405a3e0834ff4019ad854088fe9c0b4.zip | |
make readme very *nice*
| -rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,4 +1,8 @@ # Twittlet +[](https://github.com/8cy/twittlet/blob/master/LICENSE) + +## Demo +<img src="https://strelizia.cc/9p0uAzxmxqUrh4FaEAGpI4PdWrx7CgF7.gif" alt="demo" width="600px"> ## 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 simple Twitter media API and downloader. @@ -14,5 +18,16 @@ Will probably end up adding some of the few things down below. - [ ] Add a method to get the size of the files (both dimensions and data size) and list that next to the links. - [ ] Possible Bootstrap menu for cleaner look and tidy-ness. +# Setup +1. `$ npm install` to install dependencies. +2. Do `$ node server.js` to start up the app. The default localhost URL should be `http://localhost:1337`. + ### 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. + +### Links +* [Website](https://kyzer.co/) +* [GitHub](https://github.com/8cy/twittlet) + +### License +MIT |