https://github.com/ayltai/unsplash-api-proxy
Serves as a proxy on Google App Engine to communicate with Unsplash API server using your specified access key
https://github.com/ayltai/unsplash-api-proxy
appengine unsplash-api
Last synced: about 1 month ago
JSON representation
Serves as a proxy on Google App Engine to communicate with Unsplash API server using your specified access key
- Host: GitHub
- URL: https://github.com/ayltai/unsplash-api-proxy
- Owner: ayltai
- License: mit
- Created: 2020-02-24T06:51:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T15:11:55.000Z (almost 2 years ago)
- Last Synced: 2025-01-31T22:44:52.931Z (about 1 year ago)
- Topics: appengine, unsplash-api
- Language: HCL
- Size: 121 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unsplash API Proxy
[](https://circleci.com/gh/ayltai/unsplash-api-proxy)
[](https://cloud.docker.com/u/ayltai/repository/docker/ayltai/unsplash-api-proxy)

[](https://github.com/ayltai/unsplash-api-proxy/releases)
[](https://github.com/ayltai/unsplash-api-proxy/blob/master/LICENSE)
Serves as a proxy on [Google App Engine](https://cloud.google.com/appengine) to communicate with [Unsplash](https://unsplash.com) API server using your specified access key.
[](https://buymeacoff.ee/ayltai)
## How it works
It acts as a web proxy and add `client_id=[YOUR_UNSPLASH_ACCESS_KEY]` to all requests and send them to `https://api.unsplash.com`. It uses [Express HTTP Proxy](https://github.com/villadora/express-http-proxy) behind the scene.
## Acknowledgements
This software is made with the support of open source projects:
* [NodeJS](https://nodejs.org)
* [ESLint](https://eslint.org)
* [Express](https://expressjs.com/)
* [express-http-proxy](https://github.com/villadora/express-http-proxy)
* [compression](https://github.com/expressjs/compression)
* [Terraform](https://www.terraform.io)
... and closed source services:
* [CircleCI](https://circleci.com)