Giter VIP home page Giter VIP logo

mashup's Introduction

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.
  • Do not commit the client_secret (or anything else from an API that says "token" or "secret"), as a hacker could use this to make requests on behalf of you.

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/authorization (e.g. OAuth) - at least for the endpoints that you want to use - so that you don't need a server.
  • 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.

Too easy?

  • build in an object-oriented way
  • add fancy interactivity/animations

Running tests locally

Within this repository directory in your virtual machine:

  1. Install Node.js 6.x.

  2. Install the project dependencies.

    npm install
  3. Run the tests.

    npm test -s

Get Album Info

Using Spotify API, get the album cover, artist, track names of an album according to a given album ID.

mashup's People

Contributors

afeld avatar

Watchers

Eric Chien avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.