/yslt

You should listen to. Recommends an album from Metacritic's top rated list

Primary LanguageJavaScript

You should listen to

Randomly recommends an album from Metacritic's top rated list and pulls in information from the iTunes API.

A little experiment to learn React. Built with JSPM, React, ES6. Backed by YSLT API

Getting Started

npm install
jspm install
npm start

Available Tasks

Start BrowserSync server

npm start

Run a build

npm run build

Watch files for changes

npm run watch

Run in dev mode

Either run npm run watch to run a build on file changes or replace:

<script src="build/app.min.js" async></script>

with

<script src="jspm_packages/system.js"></script>
<script src="config.js"></script>
<script>System.import('lib/main');</script>