Skip to content

Instantly share code, notes, and snippets.

@endepointe
endepointe / README.md
Last active October 9, 2022 13:58
Description
  1. ensure you can install the request module either globally or locally.

    globally: npm i -g request

    locally: first, make a directory and change to that directory.

     run the commands: 
    

npm init