Skip to content

alexcaselli/NodeJs-Unsplash-Proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS Proxy for Unsplash

This is a NodeJs Proxy created to Interact with the Unsplash API without storing your API Key on the Client.

  • App.js contains the Proxy code
  • App.yaml is used by Google App Engine to run the application
  • package.json storse the dependecies

Proxy Usage

Proxy provides this request possibilities:

Proxy Configuration

You have to set your private API Key to the

const key = 'YOUR API KEY';
and The proxy will listen on the PORT: 8080

Full Guide on Medium:

https://medium.com/@a.caselli95/how-to-build-a-proxy-for-unsplash-api-on-google-app-engine-2bd87069b39?source=friends_link&sk=c5aedcc7f80d4108721f947a67d17f77

About

Simple NodeJs Proxy running on Google App Engine to interact with Unsplash API using you API Key

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors