Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 1.42 KB

README.md

File metadata and controls

57 lines (39 loc) · 1.42 KB

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