tantalim/tantalim-server

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# Tantalim Server

Tantalim server-side files for Node.js web application.

## Development

See http://www.devthought.com/2012/02/17/npm-tricks/
```
$ cd tantalim-server
# Register tantalim-server on your computer
$ npm link
$ cd ../sample-app
# Create shortcut to tantalim-server
$ npm link tantalim-server
```

## Continuous Integration

[![Travis CI](https://travis-ci.org/tantalim/tantalim-server.svg)](https://travis-ci.org/tantalim/tantalim-server)
[![Circle CI](https://circleci.com/gh/tantalim/tantalim-server.svg?style=svg)](https://circleci.com/gh/tantalim/tantalim-server)
[![Dependency Status](https://david-dm.org/tantalim/tantalim-server.svg)](https://david-dm.org/tantalim/tantalim-server)
[![Code Climate](https://codeclimate.com/github/tantalim/tantalim-server/badges/gpa.svg)](https://codeclimate.com/github/tantalim/tantalim-server)
[![Test Coverage](https://codeclimate.com/github/tantalim/tantalim-server/badges/coverage.svg)](https://codeclimate.com/github/tantalim/tantalim-server)