Skip to content

aholachek/gif-search-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reaction GIF Generator

A node endpoint that takes a selfie in the form of a data_uri, submits it to the Microsoft Emotion API to analyze sentiment, and returns a list of relevant reaction GIFs from Giphy.

The backend service for this small front end app.

npm start

npm run dev (Opens up the Chrome devtools debugger as it runs)

npm run test