Skip to content

Latest commit

 

History

History
76 lines (60 loc) · 3.94 KB

mashup.md

File metadata and controls

76 lines (60 loc) · 3.94 KB

Midterm mashups

A mashup is a web application that combines 2 or more other web applications using their API's. This assignment gives you the opportunity to practice with Javascript and the fech or XMLHTTPRequest interface by creating your own mashup.

You must use at least 2 API's You can build your mashup entirely in Javascript, or you may also choose/need to write a simple server for proxying.

Your mashup is Due by class Tuesday April 17. We will use classtime that day to have an inclass poster session. Half the class will give demos for about 45 minutes then we will switch and the other half of the class will give their demos.

Possible API's

List of data APIs that require no server-side auth or private credentials, and are thus good for small browser-only JS projects.

See also

More lists

Client-side auth

Other

  • jsonp.jit.su
  • Kimono – "Turn websites into structured APIs from your browser in seconds"