Status: ALPHA (Tests work but sometimes fail on Travis CI)
Everything needed to use the Sourcemint Ecosystem (including the Sourcemint JavaScript Loader) on NodeJS.
- Copyright: 2012 Christoph Dorn
- Code License: MIT License
- Docs License: Creative Commons Attribution-NonCommercial-ShareAlike 3.0
- Sponsor: Sourcemint
- Mailing list: groups.google.com/group/sourcemint
git clone git://github.com/sourcemint/platform-nodejs.git sourcemint-platform-nodejs
cd sourcemint-platform-nodejs
npm install
npm test
There are various examples that double as tests in ./examples
.
Run npm test
(see above) once first before running individual examples to get everything linked for the examples to run.
For end-user examples of common use-cases see github.com/sourcemint/examples-js.
More examples and documentation will be available in time.