Skip to content

Commit 0c3b2bc

Browse files
committed
updated readme
1 parent bb0a472 commit 0c3b2bc

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Usage
22

33
`npm i` to install all needed dependancies
4-
`npm run start` to start the server
4+
`npm start` to start the frontend
55

66
# Encryption Details
77

88
Encrypted data is sent from the frontend to this server where it is decrypted using a key.
99
Official URL: https://lazyanime.com/
10+
Netlify URL: https://elastic-panini-7bfc59.netlify.com/
1011

1112
## Details:
1213

@@ -15,10 +16,12 @@ Official URL: https://lazyanime.com/
1516

1617
## Tech:
1718

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
1921

20-
## Plans:
22+
## Future Feature list
2123

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
26+
-Credentials-store usint postgresql
27+
-Needs more error reporting

0 commit comments

Comments
 (0)