Skip to content

prescottprue/tessellate

Repository files navigation

Tessellate

Code project building and management platform

Build Status Dependencies Code climate

Using The API

Tessellate can be interacted with through a REST API as well as few different javascript helper libraries listed below.

Documentation

Helper Libraries

There are a few helper libraries for interacting with the service (instead of making direct REST calls)

  • Authentication library - Matter
  • Resource interaction library - Grout

Install

  1. Clone and install
$ git clone git://github.com/KyperTech/tessellate.git
$ npm install
  1. Set environment vars
$ export JWT_SECRET
$ export OAUTHIO_KEY
$ export OAUTHIO_SECRET
$ export AWS_KEY
$ export AWS_SECRET
  1. Start dev server
$ npm start
  1. Then visit http://localhost:3000/

Tests

$ npm test

License

MIT

About

Application building/sharing API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published