From eaf53e653f1a4889069834aab0e1e5538a159b7f Mon Sep 17 00:00:00 2001 From: Mike Wawrzenczyk Date: Thu, 2 Jun 2022 21:17:40 -0400 Subject: [PATCH] readme --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6266f8f --- /dev/null +++ b/README.md @@ -0,0 +1,31 @@ +# RAPPER API 100 DEVS +Great Rapper API we built in class + +**Link to project:** http://recruiters-love-seeing-live-demos.com/ + +![alt tag](http://placecorgi.com/1200/650) + +## Instructions for dependencies: +To use the API please follow these steps: +1) Install node 'npm install node --save" +2) Install express 'npm install express --save' +3) This should cover all node_module dependencies + +## How to use API: +API JSON Sample: +'21 savage': { + 'age': 29, + 'birthName': 'Shéyaa Bin Abraham-Joseph', + 'birthLocation': 'London, England' +} + +To pull data use: +localhost:8000/api/*RAPPERNAME* + +Use rapper name like 21 save + +I.E., localhost:8000/api/21 savage + +## How It's Made: + +**Tech used:** HTML, CSS, JavaScript, Node, Express \ No newline at end of file