Skip to content

mattuuh7/PredictionIO-Meteor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PredictionIO-Meteor

PredictionIO API library for Meteor Server-side

Requirements

Meteor (Release 0.7.0.1): https://www.meteor.com/

Quick Start

  1. Create your meteor application
  2. Install the smart package
	$ cd {root_directory}
	$ mrt add predictionio
  1. Now you can start using the PredictionIO namespaced Meteor Server API

Unit Tests

  1. Use tinytest and run from within Meteor packages and
	$ cd /packages/predictionio
	$ meteor test-package ./
  1. Browse to http://localhost:3000 and traverse the test results.

References