letakeane / emotican-app

1 stars 4 forks source link

WIP: Add helper function to prep API response for display in app #8

Closed letakeane closed 7 years ago

letakeane commented 7 years ago

Added a helper.js file to eventually import into the Play component to display the results of the API emotional analysis.

It takes in the json response data and leverages Object.keys and array prototypes sort and map to clean the data.