Gilles Castel

Results 2 issues of Gilles Castel

[AudioClip](https://developer.sonos.com/reference/control-api/audioclip/) is part of the Sonos API that allows you to play short audio clips (notifications, ...) while other music is playing. Sonos lowers the volume of the playing music,...

It would be nice to install npm packages within vim. E.g. ``` javascript var foo = require('body-parser'); ``` When I press the shortcut anywhere on this line, it would execute...