Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 674 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 674 Bytes

Api-proxy-server

This is a proxy-server side project that hide the api-key to the client, limit the request rate from a single terminal and caching request for 1 minutes.

Public folder => client side of the application

How to use:

Clone this repository

Add your api key in .env file

To install all the requirements you can run:

npm install

TO run use:

npm start 

or:

node app.js

In a brower go to "http://localhost:3000/ You'll be redirected to public entry point as you running client side app.

Style used for the form: https://codepen.io/frytyler/pen/EGdtg API used for this side project: http://www.omdbapi.com/