From 6f53853ee6e14678173bff71fb61776abad9055c Mon Sep 17 00:00:00 2001
From: Alejandro Ramirez Jr
<57689090+AlejandroRamirezJr@users.noreply.github.com>
Date: Thu, 2 Jun 2022 18:17:03 -0700
Subject: [PATCH 1/2] Create README.md
Using Alec Ortega's template from https://github.com/alecortega/portfolio-template I have created this READM.md file.
---
README.md | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
create mode 100644 README.md
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a58428b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,29 @@
+Rap Names Api
+
+100Devs created an API to give details of your favorite rapper.
+
+Link to project: https://rapper-api-100devs-class39.herokuapp.com/
+
+
+How It's Made:
+
+Tech used: HTML, JavaScript, Node.JS, Express
+
+This API is used to retrieve information about your favorite rapper. This API will return the birth name, birth location, and age of the rapper. Express is used to build this API quickly
+To use this API, fork this repo and clone the repo to your machine.
+Download the node modules using npm init in the terminal.
+You must be in the folder using your terminal, so make sure to cd into this repo on your local machine.
+Run the server locally using the terminal with the command node server.js.
+You now have access to the data via your browser using localhost:8000/API/rapper-name.
+Replace rapper-name with the rapper of your choice.
+If the rapper's name is not in the API, it will return unknown data.
+
+
+Optimizations
+
+We could include more details about the rapper or include more rappers in general with more time. It would also be nice to include an image or video file that one can use through this API.
+
+Lessons Learned:
+
+Express made it easier to set up this API. Express allowed us to listen to a port to run our server on so we can test. We can also use .get() to send files or JSON.
+
From 47eabe617f8730850b2a83d676ed6fe156602c2a Mon Sep 17 00:00:00 2001
From: Alejandro Ramirez
Date: Thu, 2 Jun 2022 18:20:48 -0700
Subject: [PATCH 2/2] update
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index a58428b..305d64b 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
Rap Names Api
-100Devs created an API to give details of your favorite rapper.
+100Devs created an API to give details of your favorite rappers.
Link to project: https://rapper-api-100devs-class39.herokuapp.com/
