iobridge / thingspeak

ThingSpeak is an open source “Internet of Things” application and API to store and retrieve data from things using HTTP over the Internet or via a Local Area Network. With ThingSpeak, you can create sensor logging applications, location tracking applications, and a social network of things with status updates.
https://thingspeak.com
Other
1.04k stars 331 forks source link

External dependencies #39

Open martinvilu opened 8 years ago

martinvilu commented 8 years ago

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

davidjb commented 8 years ago

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).