...
/Challenge: Making POST and GET Requests to a Public REST API
Challenge: Making POST and GET Requests to a Public REST API
Learn to make a POST and GET request to a public REST API.
We'll cover the following...
Challenge description for making a GET request
This part of the exercise is implemented by taking the following steps:
- 
Install and import both the
expressandnode-fetchpackages. - 
Configure the
PORTandapp.listen()in Express. - 
Make a GET request using the fetch npm package to the REST API below from ...
 
 Ask