Get a random wallpaper using the Unsplash API in a nice GUI made using Electron.
Showcase.mp4
You need to have Node.js v18.18.0 or later installed. You can get it from here.
After installing Node.js, do
npm i
in the root folder of the project.
To run the application in a dev environment, run the following command in the root folder of the project:
npm run start
Run the following command in the root folder of the project:
npm run make
The output can be found in the out
folder.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.