Google Slides generator with Reddit content. Pick a subreddit and create some slides with it.
Delete the src/auth/google/credentials.json
when you want to use it with your own account.
For installing the dependencies just run
npm install
To run the application use the following commands on two instances:
node app.js
npm run react
The first command runs the Express Server and the second the react frontend. You can use it as an application and as an api as well.
For customization purpose you can replace the background images in the resources directory.
MIT