Skip to content

Introduction to Application Programming Interfaces (APIs)

Notifications You must be signed in to change notification settings

JacobGrisham/Introduction-to-API-s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to API's

Coding challenge from the Udemy Course the Web Developer Bootcamp

I wrote the code in app.js, and in the views directory. The other files were provided by the instructor.

💡Lessons Learned

  • API's

🚀 Getting Started

To run this project locally:

  • In your terminal, navigate to the root folder and run the following commands
$ npm install
$ npm start
  • Copy and paste the following into your browser of choice: localhost:3000

🕹 How to Use

  • Copy and paste the following into your browser of choice localhost:3000/results

📣 Reference