Skip to content

Commit

Permalink
last polish before starting coding openHealth.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasalmeida committed Sep 4, 2014
1 parent 2ce79ea commit b40d73e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
#### **OpenHealth**, a [web computing](https://en.wikipedia.org/wiki/Web_computing) sandbox to explore public health data.
Live tool at https://mathbiol.github.io/openHealth.
All you need is
``` HTML
<script src="https://mathbiol.github.io/openHealth/openHealth.js"></script>
```
or, if you have jQuery,

``` javascript
$.getScript("https://mathbiol.github.io/openHealth/openHealth.js")
```
This openHealth library is being developed as a helper in interoperating with public data sources for Health data. This JavaScript library creates a single object in the DOM namespace following the same "namespace pollution" approach common in analytical environments such as Matlab and R.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<div class="container" id="openHealth">
<h3>Web Computing Tools for openHealth</h3>
There is nothing to see here, the action is in the <a href="https://developer.chrome.com/devtools/docs/console" target=_blank>browser's console</a>. Source code + docs await in <a href="https://github.com/mathbiol/openHealth" target=_blank>gitHub</a>.
There is nothing to see here, the action is in the <a href="https://developer.chrome.com/devtools/docs/console" target=_blank>browser's console</a>. Versioned source code + docs at <a href="https://github.com/mathbiol/openHealth" target=_blank>gitHub</a>.
<hr>
</div>

Expand Down
2 changes: 1 addition & 1 deletion openHealth.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
console.log("open Health")
console.log("openHealth loaded")

openHealth=function(){}

Expand Down

0 comments on commit b40d73e

Please sign in to comment.