songs-pkg
v1.0.15
Published
## Install
Downloads
20
Maintainers
Readme
songs-pkg
Install
to install the package you need to write this line:
$ npm install songs-pkgUsage
this package present the best and worst songs ever:
const listSongs = require('songs-pkg');
listSongs.getBestSongs();//פונקציה המחזירה את רשימת השירים הטובים ביותר
listSongs.getWorstSongs();//פונקציה המחזירה את רשימת השירים הגרועים ביותר
listSongs.getAllSongs();//פונקציה המחזירה את רשימת כל השירים(טובים וגרועים)API
| Method | Type | Description |
|:-----------------:|:------------:|-------------------------------------------------------------------------------------------------------------------------|
| .getBestSongs | string | List all best songs |
| .getWorstSongs | string | List all worst Songs
| .getAllSongs | string | List all the Songs
license
Rotem Shasha and Hadar Nissan
