Sourcemint JavaScript Examples
Status: ALPHA (Tests work but sometimes fail on Travis CI)
Various examples on how to run JavaScript code on the Sourcemint Platforms.
- 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
Requirements
NOTE: Additional platforms will become available in time.
Usage
git clone git://github.com/sourcemint/examples-js.git sourcemint-examples-js
cd sourcemint-examples-js
Examples
For each example in ./examples
run the following:
cd ./examples/<Example>
npm install
node main
Tests
Run all examples as tests from the command-line.
npm install
npm test
Platform Projects
The examples cover the following Sourcemint Platforms:
More platforms will become available in time.
SDK Projects
The examples cover the following Software Development Kit (SDK) Projects:
More SDKs will become available in time.
Supporting Projects
The examples use the following supporting projects:
As well as various third party projects.