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
43 changes: 43 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Rap API

This API allows one to search rappers by their stage name, and returns select information on an exclusive select few rappers.

## Description

This api recieves a request for a specific rapper, and returns the rappers age, birth name, and birth location, if that information is included in the select group of rappers whose information is saved.

## Getting Started

### Dependencies

* Requires local Installation of Node Modules on your server.

### Installing

* Use Terminal
```
npm install node
```

### Executing program

* Start the Server from the terminal
```
node server.js
```

## Help

+ Reach out with an issue.

## Authors

Contributors names and contact info

ex. Dominoes Pizza
ex. Leon Noel

## Version History

* 0.1
* Initial Release