no-heatmap.js 2.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE ADDED
@@ -0,0 +1,19 @@
1
+ Copyright (c) 2015 Patrick Wied
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4
+ of this software and associated documentation files (the "Software"), to deal
5
+ in the Software without restriction, including without limitation the rights
6
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
+ copies of the Software, and to permit persons to whom the Software is
8
+ furnished to do so, subject to the following conditions:
9
+
10
+ The above copyright notice and this permission notice shall be included in
11
+ all copies or substantial portions of the Software.
12
+
13
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19
+ THE SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,55 @@
1
+ # heatmap.js
2
+ Dynamic Heatmaps for the Web.
3
+
4
+ [<img src="http://www.patrick-wied.at/static/heatmapjs/assets/img/heatmapjs-examples-docs-banner.jpg" width="100%">](http://www.patrick-wied.at/static/heatmapjs/?utm_source=gh "View the heatmap.js website with usage examples, showcases, best practises, plugins ( googlemaps heatmap, leaflet) and more.")
5
+
6
+ ## How to get started
7
+
8
+ The fastest way to get started is to install heatmap.js with bower. Just run the following command:
9
+
10
+ `bower install heatmap.js-amd`
11
+
12
+ This will download the latest working version of heatmap.js and put it in your bower_components folder.
13
+
14
+ Alternatively you could just download [the latest release](https://github.com/inonone/heatmap.js/releases) from github and unzip it.
15
+
16
+
17
+ The file you're ultimately looking for is **heatmap.js** or **heatmap.min.js**
18
+
19
+
20
+
21
+ heatmap.js is also hosted on npm:
22
+
23
+ `npm install heatmap.js`
24
+
25
+
26
+
27
+ ### How to run the local examples
28
+
29
+ Start a webserver (e.g. python SimpleHTTPServer from the project directory root):
30
+
31
+ `python -m SimpleHTTPServer 1337 &`
32
+
33
+ Then browse to
34
+
35
+ `http://localhost:1337/examples/`
36
+
37
+
38
+ ## Get involved
39
+
40
+ Please have a look at the [contribution guidelines](CONTRIBUTE.md) before submitting contributions.
41
+
42
+ **Disclaimer**: PRs can take time to receive feedback or be merged ( I'm only one person with very little time ) but I'm trying to get back to everyone eventually
43
+
44
+ ## Questions?
45
+
46
+ In order to keep technical questions in a central place where other people can learn from it, the best thing you can do is [post your question to stackoverflow with the tag **heatmap.js**.](http://stackoverflow.com/questions/ask?tags=heatmap.js)
47
+
48
+ If you do have a very specific question (or need commercial support) don't hesitate to contact me directly [via email](mailto:heatmap-q@patrick-wied.at).
49
+
50
+
51
+ ## Mailing list
52
+
53
+ Want to receive the latest updates and news about heatmap.js?
54
+
55
+ There is a [mailing list](http://eepurl.com/0mmV5). No spam, just news and important updates.