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
- Host: GitHub
- URL: https://github.com/nicholaspufal/google-photos-app
- Owner: nicholaspufal
- Created: 2016-07-17T20:15:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-17T20:28:16.000Z (over 9 years ago)
- Last Synced: 2024-04-15T09:10:07.444Z (over 1 year ago)
- Topics: desktop, electron, google-photos
- Language: JavaScript
- Size: 1.95 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

### 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)