-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I host this on windows? #8
Comments
I'd be interested in that too, this is just JS code, how do you actually use it? |
The code he posted is usable with node.js. Start by learning how it works. |
-Install node.js (link in previous post) Additional Info: you might need to change the last line of main.js from "app.listen(80)" to "app.listen(8080)" or some other port >1024. |
I ran npm install but then I got some errors in the end: socket hang up (i don't have internet problems or proxy enabled). Also if I try to run it I get that module async is missing. |
Thats a problem with your network. Maybe closed ports |
I got it working now. I will try to figure out how this works and edit some stuff. The only problem i noticed that everything crashed when I request a certain command (api/v1/stats) |
Yeah, that issue is already posted. |
I really need some kind of league of legends api for my application but I don't have the knowledge to host this on my pc. Can you help me out?
The text was updated successfully, but these errors were encountered: