pubnubcraig / eon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EON Realtime Dashboards

This is the repository for the compiled EON framework, including eon-chart and eon-map.

Product Website

Quick Start

<script type="text/javascript" src="//pubnub.github.io/eon/v/eon/0.0.9/eon.js"></script>
<link type="text/css" rel="stylesheet" href="//pubnub.github.io/eon/v/eon/0.0.9/eon.css" />

Documentation

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.

Charts

EON Charts Documentation

Maps

EON Maps Documentation

Development

Clone this repository.

git clone https://github.com/pubnub/eon.git

Install bower dependencies.

cd src
bower install

Compile.

gulp

Note on Hotlinking

//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.0.9/eon.js.

About

License:MIT License


Languages

Language:JavaScript 100.0%