bfillmer / hoopla-exercise

Simple API call and display of video titles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hoopla Exercise

Build a page that will display a grid of thumbnail images with the title and artist name below each image.

You will need to pull the titles from our web service located here https://hoopla-ws-dev.hoopladigital.com/kinds/7/titles/featured?offset=0&limit=51&kindId=7. You will need to pass a header "ws-api" with the value of "2.1" to get this service to return data.

The path to each image will be in the format below where artkey is part of the data returned in the API above.

https://d2snwnmzyr8jue.cloudfront.net/{artKey}_270.jpeg

This project was bootstrapped with Greenfield.

Commands

yarn start # development server
yarn build # production build
yarn test # Jest in watch-mode
yarn coverage # Jest coverage report
yarn lint # fix basic linting errors

Overview

About

Simple API call and display of video titles.


Languages

Language:JavaScript 83.4%Language:HTML 16.6%