Git Product home page Git Product logo

meetup's Introduction

Integrating the World of APIs with NodeJS

What you will learn from this sample

  • Implement a GET request inside of a Node/Express app

Instructions

  1. Install dependencies & run the server from within the project's root directory. This looks in your package.json file to find which APIs to add
    npm install
    
  2. Call an API from Node/Express!
    • In the server.js file (line 62), add the correct GET request so that it successfully retrieves data from the Meetup API search endpoint for Women in Tech
    • Start your node server
      • node server.js
    • Once sucessfully implemented, the Meetup Logo, name, city, and category will be displayed on the page!
  3. Allow for Meetup Searches!
    • Back in the server.js file, add the API URI (line 71) for a request that considers the user's search term
    • Don't forget to update the request() parameter name from GET_Request to GET_Request_With_Search

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.