An open API service indexing awesome lists of open source software.

https://github.com/nicholaspufal/google-photos-app

Run Google Photos from your desktop
https://github.com/nicholaspufal/google-photos-app

desktop electron google-photos

Last synced: 6 months ago
JSON representation

Run Google Photos from your desktop

Awesome Lists containing this project

README

          

# Google Photos App

A simple wrapper that uses Electron to make it possible for you to run Google Photos from your desktop.

![Google Photos](https://cloud.githubusercontent.com/assets/680151/16902862/a17ec972-4c29-11e6-8d0d-b30a75430f54.png)

### Running the app (AKA development mode)

Just run `make serve` - it will install all dependencies and run the app

### Building a package (AKA shipping it!)

Run `make build.*` where `*` is the platform's name.

Check [Electron's docs](http://electron.atom.io/docs/) to see all platforms supported.

As an example, if you want to have a Mac app just run `make build.darwin`

**NOTE:** By default it's generating packages for a 64-bits architecture (you can change it in the Makefile)