I created this project just to make a point. You don't need any library to make a simple user interface.
This project is outdated and uses some packages that have security issues! I will fix this soon and update those, but for now: be warned :)
The name is kind of a joke. It occurred when friends and I planned a little movie night and I just made a typo: Dubf was born. It escalated quickly and Dubf became a powerful oracle in our conversations.
So in memory of Dubf, this is going to be a random movie/series picker.
Best wishes
– Ben
In order to use this application you need an API key from themoviedb.org.
It is free and you can generate a key within 2 minutes. Duplicate the config.example.js
and name it config.js
.
Enter your API v3 key and then install the Node dependencies with yarn
(hint: you need to have NodeJS and yarn installed).
Start the server with
yarn start
This project would not work without the great API of TheMovieDB.org.
Feel free to copy and fork and manipulate and do whatever you want with this project. See the license for "more" details.