Skip to content

pyrolabs/PyroLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pyro Library

Pyro Library includes the common functionality of building apps and is actually used to run Pyro Platform and all of the other apps we create.

Setup

There are a few methods of starting to use the Pyro Library:

  • Our CDN: https://s3.amazonaws.com/pyro-cdn/library/pyro.js
  • Fork this Repo: git@github.com:pyrolabs/PyroLibrary.git
  • Using Pyro Platform front end for managing/creating a new app/instance

Basic Functionality

New Pyro

var pyro = new Pyro();

createObject(objectName, object, callback)

Parameters: * objectName: - Type: String * object: - Type: object * callback: -Type: function

Lets build great things together!

Dependencies

Production

Development

  • Grunt - Task Automation
  • grunt-aws-s3 - Uploading to CDN. Sorry, this won't work if you don't have the correct credentials.
  • grunt-jsdoc-plugin - Automatically generate documentation from comments placed within code
  • grunt-uglify - Minification of production version.

License

Also visible in LICENSE File The MIT License (MIT)

Copyright (c) 2014 Sinan Bolel, Scott Prue

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.