View on GitHub
Meteor installation
Follow Meteor Installation Guide to get Meteor.
Quick start
After Meteor is installed and is available in the command line, please do the following to run this integration demo:
-
Clone this repository to run it locally:
$ git clone git@github.com:anychart-integrations/meteor-simple-demo.git
-
Change the folder:
$ cd meteor-simple-demo
-
Initialize current directory as Meteor meteor application
$ meteor create .
-
Initialize npm for the current Meteor
project.
$ meteor npm install
-
Add anychart package to make anychart global object available in Meteor applications.
meteor add anychart:anychart
-
Run the Meteor application (after the build is complete, by default it is available at
http://localhost:3000/).
$ meteor
Further Learning
License
AnyChart Meteor integration sample includes two parts:
- Code of the integration sample that allows to use Javascript library (in this case, AnyChart) with Meteor. You can use, edit, modify it, use it with other Javascript libraries without any restrictions. It is released under Apache 2.0 License.
- AnyChart JavaScript library. It is released under Commercial license. You can test this plugin with the trial version of AnyChart. Our trial version is not limited by time and doesn't contain any feature limitations. Check details here.
If you have any questions regarding licensing - please contact us. sales@anychart.com