Giter Club home page Giter Club logo

imgmixer-proxy's Introduction

ImgMixer Proxy

This project serves as a proxy to communicate between your client application and the Unsplash API. By using this proxy you won't have to expose your Unsplash APP_KEY and SECRET_KEY on your client.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app that's found on the build directory.
By default the app will use http://localhost:8000.

If you want to change the port you can specify it on your .env file.

yarn run start:watch

Runs the app in the development mode and restarts the server everytime something in the src directory changes.
By default the app will use http://localhost:8000.

If you want to change the port you can specify it on your .env file.

yarn build

Cleans up the build directory and compiles the application.

yarn run compile

Compiles your application with TypeScript and outputs the result to the build directory.

Environment Variables

You can specify your API keys and environment variables on a .env file that's located on the root of your application.

Example:

PORT=8000
UNSPLASH_APP_KEY=SOME_APP_KEY
UNSPLASH_SECRET_KEY=SOME_SECRET_KEY
CLIENT_URL=http://localhost:3000

imgmixer-proxy's People

Contributors

eluciano11 avatar

Stargazers

 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.