netsi1964 / no-no-cors

Expose endpoint which serves as a proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple proxy

This is an Node/Express based simple proxy. It will take a query for term and do a request to https://itunes.apple.com/search?term= and respond with the response from Apple, if the requester is from CodePen or localhost. It has been created as part of a blog post on dev.to: Small API based web app.

The POC using this service can be seen here: POC from post on dev.to: Small API based web app

About

Expose endpoint which serves as a proxy

License:MIT License


Languages

Language:JavaScript 100.0%