Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 457 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 457 Bytes

Gif Search Tutorial

What you will learn

Throughout this tutorial, you will be introduced to developing a simple web server in NodeJS using ExpressJS. You will learn server-side templating using Handlebars.js and using the Tenor.com API to search and display gifs.

After completing this tutorial, you will be able to:

  • Define a route or url endpoint in ExpressJS.
  • Create layout templates and sub-templates.
  • Use the Tenor API to search for GIFs.