Skip to content

Commit

Permalink
Add code metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronjwood committed Aug 3, 2014
1 parent 7d8be4e commit a8b5e84
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -9,6 +9,9 @@ The way Viper works both functionally and technically is fundamentally different

Since Viper's purpose is to give data on a real-time basis there is no need for tracking sessions or how long it's been since a user made a request of some sort. There is no database behind Viper. Everything is persisted inside of the server which means that all data will be lost if the server is stopped. This is one of the main reasons why Viper is so different from other similar programs.

# Code Status
[![Code Climate](https://codeclimate.com/github/aaronjwood/viper/badges/gpa.svg)](https://codeclimate.com/github/aaronjwood/viper)

# Tracking Code

<script type="text/javascript" src="<URL OF SOCKET.IO.JS>"></script>
Expand Down

0 comments on commit a8b5e84

Please sign in to comment.