https://github.com/michaelchadwick/node-neb-muz
Tool for discovering things about the San Diego music legend Nebyoolae
https://github.com/michaelchadwick/node-neb-muz
Last synced: 5 months ago
JSON representation
Tool for discovering things about the San Diego music legend Nebyoolae
- Host: GitHub
- URL: https://github.com/michaelchadwick/node-neb-muz
- Owner: michaelchadwick
- License: mit
- Created: 2024-05-02T16:43:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-24T17:06:37.000Z (about 2 years ago)
- Last Synced: 2025-03-20T15:13:30.510Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-neb-muz
> Tool for discovering things about the San Diego music legend [Nebyoolae](https://nebyoolae.bandcamp.com)

## Install
- To use locally in a project: `npm install node-neb-muz`
- To use globally on the command line: `npm install -g node-neb-muz`
## Usage
Locally in a project:
```js
import randomSong from "node-neb-muz/random-song";
console.log(await randomSong());
//=> 'My Chamber Life'
```
Globally on the command line (use `npx` if you don't want to install):
```bash
$ (npx) node-neb-muz random-song
Velocity Squared
```
## API
### randomSong()
Type: `string`
Random song name.
## CLI
```bash
$ npx node-neb-muz random-song
Examples
$ node-neb-muz random-song
Leave a Muffin for the Chihuahua
```
```bash
$ npx node-neb-muz --help
Usage
$ node-neb-muz
Examples
$ node-neb-muz random-song
Awakening
```