Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oniatsu/Google-Photos-desktop-viewer-app
Google Photos desktop viewer app for macOS and Windows
https://github.com/oniatsu/Google-Photos-desktop-viewer-app
electron google-photos
Last synced: about 1 month ago
JSON representation
Google Photos desktop viewer app for macOS and Windows
- Host: GitHub
- URL: https://github.com/oniatsu/Google-Photos-desktop-viewer-app
- Owner: oniatsu
- License: mit
- Archived: true
- Created: 2016-01-03T05:28:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-12-21T01:18:35.000Z (almost 3 years ago)
- Last Synced: 2024-08-01T22:00:35.115Z (4 months ago)
- Topics: electron, google-photos
- Language: JavaScript
- Homepage:
- Size: 98.6 KB
- Stars: 18
- Watchers: 6
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - oniatsu/Google-Photos-desktop-viewer-app - Google Photos desktop viewer app for macOS and Windows (JavaScript)
README
# Google-Photos-desktop-viewer-app
Google Photos desktop viewer app for OS X and Windows.It uses Electron.
[You can download the app right now](https://github.com/oniatsu/Google-Photos-desktop-viewer-app/releases).
# Developments
## Requirements
- Node >= 4
### For Windows build on non-Windows platform
- Wine
Setting a custom icon requires it.
The reason is [here](https://github.com/maxogden/electron-packager#building-windows-apps-from-non-windows-platforms).## Setup
```bash
npm i
```## Usage
### Start
```bash
npm start # execute temporalilly
```### Build
```bash
npm run archive # create *.app and *.exe, and the installer, and the zip archive
```### Commands
```bash
npm run # show help
```