Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pubnub/eon
An open-source chart and map framework for realtime data.
https://github.com/pubnub/eon
charts eon eon-chart eon-framework eon-map maps pubnub realtime
Last synced: about 2 months ago
JSON representation
An open-source chart and map framework for realtime data.
- Host: GitHub
- URL: https://github.com/pubnub/eon
- Owner: pubnub
- License: mit
- Created: 2015-02-10T22:51:08.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T09:15:05.000Z (about 2 years ago)
- Last Synced: 2024-04-14T22:49:32.941Z (9 months ago)
- Topics: charts, eon, eon-chart, eon-framework, eon-map, maps, pubnub, realtime
- Language: Shell
- Homepage: https://www.pubnub.com/developers/eon/
- Size: 34 MB
- Stars: 877
- Watchers: 91
- Forks: 134
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
## 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.
--------------------------------
# EON Realtime Dashboards
This is the repository for the compiled EON framework, including [eon-chart](https://github.com/pubnub/eon-chart) and [eon-map](https://github.com/pubnub/eon-map).
[Product Website](http://pubnub.com/developers/eon/)
# Quick Start
```html
```
# 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.1.0/eon.js```.