Skip to Content
Design and Build Great Web APIs
book

Design and Build Great Web APIs

by Mike Amundsen
October 2020
Intermediate to advanced
358 pages
8h 39m
English
Pragmatic Bookshelf
Content preview from Design and Build Great Web APIs

NodeJS and npm

We’ll be using NodeJS and the related npm (Node Package Manager) utility throughout the book. For example, many of the sample command-line utilities are written in NodeJS and are installed and updated using npm. We first refer to these two important tools in Chapter 3, Modeling APIs.

Checking for NodeJS

You may already have NodeJS and npm installed. You can check on this by typing the following on the command line:

 node -v

If NodeJS is installed, you should get a response that is the version number of your release of NodeJS. For example, the response on my machine is this:

 v10.14.10

The exact version isn’t important, but you should be using version 10 or above since that’s the version I used to write the code in this book. ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Designing Web APIs

Designing Web APIs

Brenda Jin, Saurabh Sahni, Amir Shevat

Publisher Resources

ISBN: 9781680508123Errata Page