Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 464 Bytes

notes.md

File metadata and controls

14 lines (14 loc) · 464 Bytes
  1. Install node and npm
  2. hello world an express project

  1. Add a templating engine
  2. Add a route to '/'
  3. Add a search form

  1. Have the form add url params /search?term=blah
  2. Add the /search endpoint. Send template
  3. Parse the url params in the /search endpoint
  4. Curl the tenor API
  5. Send in the term into the tenor API search
  6. Render response in template
  7. Make it pretty - add css file. Define header, footer, container, and grid.