Skip to content

tribeiros/unsplash

Repository files navigation

unsplash electron app

unsplash app

fullscreen slideshow random unsplash photos

clone repo
git clone https://github.com/tribeiros/unsplash.git

enter folder
cd unsplash

install electron dependencies
npm install

execute app
npm start

Maybe you dont have npm

On macos

First install brew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"\

So, install npm
brew install npm

On Windows

get instaler

On Linux

I think your distro have a package to install, like
yum install npm
or
apt install npm

On strange Linux

if you have a strange linux like me, you need a node script for install
and make alias on the script for node repo thinks you are using a normal distro like ubuntu or centos
on line 282
check_alt "deepin" "unstable" "Ubuntu" "xenial"

node script instaler

Maybe you dont have git

On macos

First install brew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"\

So, install git
brew install git

On Windows

get instaler

On Linux

I think your distro have a package to install, like
yum install git
or
apt install git

Maybe you dont know what you are doing here

dont know mode

This app dont have confs yet, but new features will appear with time.
feel free to edit renderer.js for personal query

About

unsplash electron app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published