Skip to content

Instantly share code, notes, and snippets.

@bryantee
Last active January 3, 2017 23:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bryantee/26d3b438547e951561260192a3e57546 to your computer and use it in GitHub Desktop.
Save bryantee/26d3b438547e951561260192a3e57546 to your computer and use it in GitHub Desktop.
Front End Capstone Project using API

Find Local Bands -- Localfy

Localfy aims to help people discover artists local to areas where they live using the Last.fm API.

TODO:

Week of 9-25

Sunday Monday Tuesday Wednesday Thursday Friday
Test API / Mock Mock Mock Data Wire Frame AJAX Wire up Style Final

Features for MVP

  1. List (4) bands matching location tag
  2. Display artist image
  3. Allow user to click to visit artist page on Last.fm
  4. Display top track and allow user to play in page <- Unsure if this will be possible.

Mockup

sketched mockup

Wireframe Mock Data

(In Progress)

Wireframe mock data Working async call

@bryantee
Copy link
Author

bryantee commented Sep 28, 2016

Issues

  • Playing track -- doesn't look like Last.fm actually support track preview...

Questions

  • What is a good design pattern for something like this?
    • Should the state 'object' be an object or array?
  • Am I breaking code up into too many functions? How specialized should each be?

@bryantee
Copy link
Author

bryantee commented Oct 2, 2016

Questions

What to do with API key? How to hide it in page source / JS?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment