0.2.10 • Published 8 years ago

kyper-grout v0.2.10

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Grout

npm version npm downloads build status dependencies status codeclimate coverage license

Client library to simplify communication with Tessellate application building service.

Getting Started

Grout is isomorphic, so it can be used within a front-end or on a server. Below are options for setups:

NodeJS

  1. Install: npm install --save kyper-grout

  2. Include and use kyper-grout:

    var Grout = require('kyper-grout');
    var grout = new Grout();

ES6

  1. Install: npm install --save kyper-grout

  2. Include and use kyper-grout:

    import Grout from 'kyper-grout';
    let grout = new Grout();

Browser

  1. Include the Grout library using one of the following:

    CDN

    Add script tag to index.html:

    <script src="http://cdn.kyper.io/js/grout/latest/grout.js"></script>

    Bower

    Run bower install --save kyper-grout Then include the following in your index.html:

    <script src="./bower_components/kyper-grout/dist/grout.js"></script>
  2. Begin using grout:

    var grout = new Grout();
    if(grout.isLoggedIn){
      console.log('The currently logged in user is', grout.currentUser);
    } else {
      console.warn('Not logged into grout');
    }

Documentation

API Documentation

Main Wiki

0.2.10

8 years ago

0.2.9

8 years ago

0.2.8

8 years ago

0.2.7

8 years ago

0.2.6

8 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.18

8 years ago

0.0.17

8 years ago

0.0.16

8 years ago

0.0.15

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago