jrjohnson / dartajax-music

Tool for discovering things about the San Francisco music legend DartAjax

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dartajax-music

Tool for discovering things about the San Francisco music legend DartAjax

DartAjax Bandcamp Photo

Install

$ npm install dartajax-music

Usage

import randomSong from 'dartajax-music/random-song';

console.log(await randomSong());
//=> 'First Noise'

API

randomSong()

Type: string

Random song name.

CLI

$ npx dartajax-music random-song

  Examples
    $ dartajax-music random-song
    Exploding Dice
$ npx dartajax-music --help

  Examples
    $ dartajax-music random-song
    Fill In The Blank

About

Tool for discovering things about the San Francisco music legend DartAjax

License:MIT License


Languages

Language:JavaScript 100.0%