Git Product home page Git Product logo

fondo-backend-open-source's Introduction

Fondo-Backend-Proxy

This repository contains the code for a proxy endpoint to the Unsplash.com API. This because in the Unsplash API Guidelines > Technical Guidelines > Bullet 4 said:

Your application’s Access Key and Secret Key must remain confidential. This means that they cannot be included in the client or made public. In most cases, this will require proxying the API through your own endpoint to sign the request with your keys.

This Serverless Function is running on zeit.co and It uses Go as the programming language to provide the necessary endpoints for the Fondo project.

  • Get the today's photos
  • Search photos by a query
  • Get the download link for a specific photo

This is a public and open-source code used in the project which uses a Development Access Key and Secret Key because I want that users know what is happening when they're using Fondo and invite to the community to report issues, suggestions, and contributions.

For this reason for production deployment, a private repository is used to ensure that the Productions keys are secure and private.

Using this API

Welcome page!

https://fondo-backend.clopezr1402.now.sh/api/unsplash/welcome

Get the today photos with a page, per page and order by specified

https://fondo-backend.clopezr1402.now.sh/api/unsplash/photos
    ?per_page=2
    &page=1
    &order_by=popular

Get photos by query search with query, page and per page specified

https://fondo-backend.clopezr1402.now.sh/api/unsplash/search
    ?query=cats
    &per_page=2
    &page=1

Get the url to download an specific photo from the id

https://fondo-backend.clopezr1402.now.sh/api/unsplash/download
    ?id=Wm3EU84mWeg

fondo-backend-open-source's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.