thingspeak icon indicating copy to clipboard operation
thingspeak copied to clipboard

External dependencies

Open martinvilu opened this issue 9 years ago • 1 comments

Can't use Thingspeak as it is on the repository deployed inside an internal network because it's trying to fetch static resources from external CDN's.

Between lines

/app/views/layouts/_header.html.erb - Line 7

/app/views/layouts/_header.html.erb - Line 13

martinvilu avatar Jan 21 '16 15:01 martinvilu

In addition to these resources above, there's also a dependency on the licensed Highcharts JS (eg https://github.com/iobridge/thingspeak/blob/master/app/views/charts/show.html.erb) in several locations in the code used to display charts. The resources are hosted on thingspeak.com which is one thing, but also I'm curious as to whether it's a potential licence violation for me to be cloning this repo and reusing Highcharts (even if on that hosted location).

davidjb avatar Jun 14 '16 01:06 davidjb