Skip to content

paolorabbito/Api-proxy-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published