google-feed-service
v0.0.1
Published
Simple browser-friendly micro service for the google feed api
Readme
#Examples
Symbols as an Array
$.when(
service(['LON:TSCO', 'LON:RDSA'])
).then(
function (data) {}
);Symbols as a String
$.when(
service('LON:TSCO,LON:RDSA')
).then(
function (data) {}
);