0.1.0 • Published 9 years ago

erdblock-itunes v0.1.0

Weekly downloads
3
License
-
Repository
-
Last release
9 years ago

erdblock-itunes

Description

Show an iTunes with data from the store

Config

NameDescriptionValues
appIDThe AppID, can be found in the URL to the iTunes web preview (without id prefix)284815942
descriptionLenghtThe max tokens to show from the App Description150

Example

var iTunes = require("erdblock-itunes")()
iTunes.locals.config.appID.setValue("490217893")
iTunes.locals.config.descriptionLenght.setValue("30")
erdblock.addPlugin(iTunes)