mac_spotify 0.0.1 copy "mac_spotify: ^0.0.1" to clipboard
mac_spotify: ^0.0.1 copied to clipboard

Dart 1 only

A library for controlling the Spotify client on Mac.

mac_spotify #

A library for Dart developers. It is awesome.

Usage #

A simple usage example:

import 'package:mac_spotify/mac_spotify.dart';

main() {
  Spotify s = new Spotify();
  s.playTrack('spotify:track:223pTIXzqcuxzQyAtz5kyo');
  s.playpause();
  s.play();
  s.pause();
  s.volumeUp();
  s.volumeDown();
  s.volume(50);
  s.next();
  s.previous();
  s.jumpTo(100);
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

0
likes
40
points
3
downloads

Publisher

unverified uploader

Weekly Downloads

A library for controlling the Spotify client on Mac.

Homepage

Documentation

Documentation

License

BSD-3-Clause (license)

Dependencies

applescript

More

Packages that depend on mac_spotify