Skip to content

Latest commit

 

History

History

lesson_10

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Lesson 10: Libraries and APIs (Slides)

Pre-work

Please review the following resources before lecture:

Homework

Loading The Media Collection

For this assignment, you are tasked with writing code to load data from a set of CSV files.

To try out the app with your loader, you can run the following command.

npm run compile
npm start -- --loader yourLoaderNameHere

Before submitting your work, be sure to run the tests.

npm run test

Extra credit

For additional credit on this assignment, combine the credits with the media items you loaded by modifying the loadData method. You can test that you've loaded everything correctly by using this special command:

LOADER_NAME=yourLoaderNameHere npm run test