Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AngryKiller committed Mar 25, 2018
1 parent 333c025 commit 552e655
Show file tree
Hide file tree
Showing 21 changed files with 4,837 additions and 565 deletions.
26 changes: 26 additions & 0 deletions .jsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc"]
},
"source": {
"include": ["README.md", "itunes-bridge.js"],
"includePattern": ".js$",
"excludePattern": "(node_modules/|docs)"
},
"templates": {
"cleverLinks": false,
"monospaceLinks": true,
"useLongnameInNav": false,
"showInheritedInNav": true
},
"plugins": [
"plugins/markdown"
],
"opts": {
"destination": "./docs/",
"encoding": "utf8",
"recurse": true,
"template": "./node_modules/minami"
}
}
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# iTunes-bridge
A macOS and Windows NodeJS package to control and get informations from iTunes through AppleScript

#### If you need OS X Mavericks and earlier support, use the 0.3.0-alpha. No Windows support and events in this version.
##### If you need OS X Mavericks and earlier support, use the 0.3.0-alpha, but you will have no Windows support and events in this version.

### This package is a WIP, a lot of functions will be added in the future and some that are already existing could change
# Documentation
No documentation yet, but you can look at the code of [iTunes-Discord integration](https://github.com/AngryKiller/iTunes-Discord-integration/tree/dev) that is a great example of the usages possible with iTunes-bridge.
There is also an example.js that you can run.
You can found it at [itunes-bridge.js.org](https://itunes-bridge.js.org)

# Example
```js
var iTunes = require('./itunes-bridge');
var currentTrack = iTunes.getCurrentTrack();
Expand Down
Binary file added docs/fonts/OpenSans-Semibold-webfont.eot
Binary file not shown.
1,830 changes: 1,830 additions & 0 deletions docs/fonts/OpenSans-Semibold-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/fonts/OpenSans-Semibold-webfont.ttf
Binary file not shown.
Binary file added docs/fonts/OpenSans-Semibold-webfont.woff
Binary file not shown.
Binary file added docs/fonts/OpenSans-SemiboldItalic-webfont.eot
Binary file not shown.
1,830 changes: 1,830 additions & 0 deletions docs/fonts/OpenSans-SemiboldItalic-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/fonts/OpenSans-SemiboldItalic-webfont.ttf
Binary file not shown.
Binary file added docs/fonts/OpenSans-SemiboldItalic-webfont.woff
Binary file not shown.
Loading

0 comments on commit 552e655

Please sign in to comment.