KristianLindberg / mashup

mashup project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mashup project

This project is open-ended! Requirements:

  • Build a site that uses data from at least one external API in an interesting, interactive way.
  • Replace this README with a description of the project.
  • You are welcome to use any 3rd-party libraries/frameworks – just load them from a CDN (e.g. cdnjs), or put them under the vendor/ folder.

The JS code should be non-trivial. That being said... start simple! (Just get the data to show up on the page.) No server-side coding is required, but feel free to create a backend in whatever language if you like, if you need one.

Finding an API

A couple things to look for in an API (or at least the endpoints you're using) for this project:

  • Make sure it doesn't require authentication (e.g. OAuth).
    • You need a server to do this.
  • If the API doesn't support cross-domain requests (JSONP or CORS), you will need to use JSONProxy.

Here is a list of API suggestions.

V1

Get the data to show up on the page.

V2

First pass. Get your main feature working in the simplest way possible.

V3

Iterate!

  • Refactor
  • Add a new feature

Bonus points

About

mashup project


Languages

Language:HTML 57.3%Language:JavaScript 42.7%