osunp
v0.0.1
Published
A node module to get the currently playing song in osu!
Downloads
2
Readme
osunp
A node module to get the currently playing song in osu!
Needs MSN Live status display enabled.
Windows only (sorry)
Docs
start(callback)
starts listening for status data and calls the callback function with title
, artist
, difficulty
or just the raw
data (if you prefer that) whenever we get it.
stop()
stops it.