-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
AMCorvi
committed
Dec 20, 2017
1 parent
dbedb6e
commit 8591bd8
Showing
3 changed files
with
133 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
# Hype5 | ||
|
||
**Overview:** Data resource module enabling the user have automated access to the very latest and most popular music in the internet * globally | ||
|
||
Exported module object | ||
|
||
|
||
|
||
* * * | ||
|
||
### Hype5.top(type, sig) | ||
|
||
Method retrieves track info for overall "top" rated songs | ||
|
||
**Parameters** | ||
|
||
**type**: `string`, The category name of track info desired ( popular || instance ) | ||
|
||
**sig**: `object`, signature object used for test via dependency injections | ||
|
||
**Returns**: `object`, object containing track info of specified type and filter | ||
|
||
|
||
### Hype5.remixes(type, sig) | ||
|
||
Method retrieves track info for "remixed" songs | ||
|
||
**Parameters** | ||
|
||
**type**: `string`, The category name of track info desired ( popular || instance ) | ||
|
||
**sig**: `object`, signature object used for test via dependency injections | ||
|
||
**Returns**: `object`, object containing track info of specified type and filter | ||
|
||
|
||
### Hype5.noremixes(type, sig) | ||
|
||
Method retrieves track info for song that are not "remixes" | ||
|
||
**Parameters** | ||
|
||
**type**: `string`, The category name of track info desired ( popular || instance ) | ||
|
||
**sig**: `object`, signature object used for test via dependency injections | ||
|
||
**Returns**: `object`, object containing track info as specified above | ||
|
||
|
||
|
||
* * * | ||
|
||
|
||
|
||
**Author:** AMCorvi | ||
|
||
**License:** MIT | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
# Hype5 | ||
|
||
**Overview:** Data resource module enabling the user have automated access to the very latest and most popular music in the internet * globally | ||
|
||
Exported module object | ||
|
||
|
||
|
||
* * * | ||
|
||
### Hype5.top(type, sig) | ||
|
||
Method retrieves track info for overall "top" rated songs | ||
|
||
**Parameters** | ||
|
||
**type**: `string`, The category name of track info desired ( popular || instance ) | ||
|
||
**sig**: `object`, signature object used for test via dependency injections | ||
|
||
**Returns**: `object`, object containing track info of specified type and filter | ||
|
||
|
||
### Hype5.remixes(type, sig) | ||
|
||
Method retrieves track info for "remixed" songs | ||
|
||
**Parameters** | ||
|
||
**type**: `string`, The category name of track info desired ( popular || instance ) | ||
|
||
**sig**: `object`, signature object used for test via dependency injections | ||
|
||
**Returns**: `object`, object containing track info of specified type and filter | ||
|
||
|
||
### Hype5.noremixes(type, sig) | ||
|
||
Method retrieves track info for song that are not "remixes" | ||
|
||
**Parameters** | ||
|
||
**type**: `string`, The category name of track info desired ( popular || instance ) | ||
|
||
**sig**: `object`, signature object used for test via dependency injections | ||
|
||
**Returns**: `object`, object containing track info as specified above | ||
|
||
|
||
|
||
* * * | ||
|
||
|
||
|
||
**Author:** AMCorvi | ||
|
||
**License:** MIT | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters