Skip to content

infowijs/frontend-assignment-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSS Proxy

This application creates a simple proxy server that fetches RSS feeds from NOS and returns them. It helps bypass CORS restrictions when accessing NOS feeds from a browser-based application.

This tool is only used during the code assignment for the hiring of our frontend developer position.

Installation

  1. Clone this repository
  2. Install dependencies:
npm install

Usage

  1. Start the server:
node index.js

The server will run on port 3000 by default.

  1. Access NOS feeds through the proxy:
[GET] http://localhost:3000/:feed

Where :feed is the name of the feed you want to access, for example:

  • nosnieuwsalgemeen (General news)
  • nossportalgemeen (Sports news)
  • nosnieuwseconomie (Economic news)

Example:

http://localhost:3000/nosnieuwsalgemeen

You can find all feeds here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published