Skip to content

lazywithclass/bbc-sky-top-news-mashup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  • Display top 10 headlines from the BBC and SKY on a webpage
  • Use a node.js server
  • All data should go through the nodejs server

Howto

Run the server and open mashup.html.

Features

The server exposes two endpoints

  • /sky
  • /bbc

it does not scrape each time a request is made, it scrapes every n seconds, keeping the received html and serving that, this way it doesn't flood and it's faster to answer.

Scripts

To run the server

make run

while to run the tests and see the specs

make test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published