Skip to content

Instantly share code, notes, and snippets.

@makefunstuff
Created December 23, 2014 21:41
Show Gist options
  • Save makefunstuff/d28d110ddd4e93fdb2ad to your computer and use it in GitHub Desktop.
Save makefunstuff/d28d110ddd4e93fdb2ad to your computer and use it in GitHub Desktop.
var Player = require('player')
player = new Player(process.argv[2]);
player.play();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment