Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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