An example of this guy being a hypocrite.
Telling me I'm new to node and es6, yet the guy doesn't even know jack of how es6 should be used.
Half of the time, he's using ordinary functions, and the rest of the time he's using arrow functions.
Uses strict mode on pages where it's not even...
Oh yeah haha, this is just the main streaming page, and not the search results thingy. I'm just trying some designs out to see what will look best.
Also I'm going to use tmdb's api, which means I'll most likely be able to code a language switcher, and a lot of other neat overview stuff
Well the app itself is not illegal, as it uses the WebTorrent service to simulate torrent streaming.
I am pretty much gonna rip apart their Desktop app and use their media player.
@Ichabod yeah it's probably gonna end up open source.
But if it's gonna end up using a built-in VPN, user...
Venobo is like Popcorn Time, but 100 times better!
An incredible smooth design, and powered by TMDb's fantastic API.
You can even choose from which torrent indexes and releases groups to sort by to ensure the best quality. This is simply an option, otherwise it'll be automated.
Created using...
Uhm, good to see some coding in this section, but what is actually the purpose of "Speed Coding"? Besides people watching you code a template that is sped up.
* You're not really coding from scratch, if you're using a framework/library.
I'm just asking out of curiosity, but is it bad practice to do something like this instead of requiring the same modules on every single file:
const express = require('express')
const app = express()
const mongoose = require('mongoose')
mongoose.connect("mongodb://127.0.0.1:27017/test-app")...