Please note that this project is no longer actively maintained or accepting Pull Requests. The EON library remains available on npm, bower, or through hotlink.
This is the repository for the compiled EON framework, including eon-chart and eon-map.
<script type="text/javascript" src="//pubnub.github.io/eon/v/eon/1.0.0/eon.js"></script>
<link type="text/css" rel="stylesheet" href="//pubnub.github.io/eon/v/eon/1.0.0/eon.css" />This repository contains gh-pages and gulp tasks to compile the full EON framework. Each module has it's own repository and documentation found below.
EON Charts Documentation
 
EON Maps Documentation
 
Clone this repository.
git clone https://github.com/pubnub/eon.git
Install bower dependencies.
cd src
bower install
Compile.
gulp
//pubnub.github.io/eon/lib/eon.js is stuck at version 0.0.7, please use versioned hotlinking, for example: //pubnub.github.io/eon/v/eon/0.1.0/eon.js.