Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/googlesamples/google-photos
Samples for the Google Photos Library API 📸
https://github.com/googlesamples/google-photos
google-photos sample
Last synced: 3 months ago
JSON representation
Samples for the Google Photos Library API 📸
- Host: GitHub
- URL: https://github.com/googlesamples/google-photos
- Owner: googlesamples
- License: apache-2.0
- Created: 2018-05-08T16:54:43.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-05-02T00:52:21.000Z (6 months ago)
- Last Synced: 2024-05-02T17:05:22.252Z (6 months ago)
- Topics: google-photos, sample
- Language: JavaScript
- Homepage:
- Size: 1.13 MB
- Stars: 478
- Watchers: 38
- Forks: 205
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Google Photos Library API Samples
This repository contains a sample for the [Google Photos Library API](https://developers.google.com/photos).
The Library API lets you read, write and share photos & videos in Google Photos.
## Samples
The [REST/Photoframe](REST/PhotoFrame/README.md) sample shows how to use the REST API in a Node.JS web application to build an interactive photo frame that loads
photos from a user's Google Photos library. It is built with express.js.### Running the samples
Follow the README for the [REST/Photoframe](REST/PhotoFrame/README.md) sample for steps on how to get started.## Support
If you've found an error in this sample, please file an issue:
https://github.com/googlesamples/google-photosPatches are encouraged, and may be submitted by forking this project and
submitting a pull request through GitHub. Please see CONTRIBUTING.md for more details.## License
Copyright 2018 Google LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttps://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.