You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -15,10 +16,12 @@ Official URL: https://lazyanime.com/
15
16
16
17
## Tech:
17
18
18
-
-Backend - Node.js hosted on Heroku (Free dyno tier so after extended periods of time the server goes down. Attempts to connect to it will spin it back up. Takes ~10 seconds) - https://github.com/plasmadice/lazyanime-backend
19
+
-Frontend - Gatsby hosted on Netlify - https://github.com/plasmadice/lazy-ftp
20
+
-Backend - Node.js hosted on Heroku - https://github.com/plasmadice/lazyanime-backend
19
21
20
-
## Plans:
22
+
## Future Feature list
21
23
22
-
-Launch VLC on click - Currently pretty easy to do using node.js, but on the frontend it's a different matter. This stackoverflow page provides some info on how that works if anyone is interested.
23
-
-VLC playlist - after VLC implementation, queuing up anime would be somewhat trivial
24
-
-Download to computer - I don't think this is that difficult to implement. But every time I think about it I want to make a desktop app variant using Electron or something. So that's on the backburner.
24
+
-Download media through browser
25
+
-Optionally convert videos to mp4 to view in browser
0 commit comments