Skip to content

Commit

Permalink
fix(README): Table of service badges
Browse files Browse the repository at this point in the history
  • Loading branch information
danactive committed Dec 11, 2016
1 parent b164c5b commit 0db22f7
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
# history [![Build Status](https://travis-ci.org/danactive/history.png?branch=master)](https://travis-ci.org/danactive/history)
[![Dependencies Status](https://david-dm.org/danactive/history.svg)](https://david-dm.org/danactive/history)
[![DevDependencies Status](https://david-dm.org/danactive/history/dev-status.svg)](https://david-dm.org/danactive/history#info=devDependencies)
[![Code Climate](https://codeclimate.com/github/danactive/history/badges/gpa.svg)](https://codeclimate.com/github/danactive/history)
[![NSP Status](https://nodesecurity.io/orgs/danactive/projects/86c4bdca-2365-43a7-b863-8dd4c21b021f/badge)](https://nodesecurity.io/orgs/danactive/projects/86c4bdca-2365-43a7-b863-8dd4c21b021f)
[![Known Vulnerabilities](https://snyk.io/test/github/danactive/history/badge.svg)](https://snyk.io/test/github/danactive/history)
[![Coverage Status](https://coveralls.io/repos/github/danactive/history/badge.svg)](https://coveralls.io/github/danactive/history)
[![MIT Licensed](http://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](http://opensource.org/licenses/MIT)
# history

Your personal **history** storyboarded with photo and video albums. Associate photos with their meta data including geocode, caption... in XML albums.
* Enhanced privacy as photos are stored locally not in the cloud
* Plot thumbnails on a map
* Includes administration tools for XML generation

## Project Status:
| Service | Status |
|---|---|
| CI | [![Build Status](https://travis-ci.org/danactive/history.png?branch=master)](https://travis-ci.org/danactive/history) |
| Dependencies | [![Dependencies Status](https://david-dm.org/danactive/history.svg)](https://david-dm.org/danactive/history) [![DevDependencies Status](https://david-dm.org/danactive/history/dev-status.svg)](https://david-dm.org/danactive/history#info=devDependencies) |
| Code Quality | [![Code Climate](https://codeclimate.com/github/danactive/history/badges/gpa.svg)](https://codeclimate.com/github/danactive/history) |
| Security | [![NSP Status](https://nodesecurity.io/orgs/danactive/projects/86c4bdca-2365-43a7-b863-8dd4c21b021f/badge)](https://nodesecurity.io/orgs/danactive/projects/86c4bdca-2365-43a7-b863-8dd4c21b021f) [![Known Vulnerabilities](https://snyk.io/test/github/danactive/history/b164c5ba7cf68aab473cdb967caffe77ccfb0d22/badge.svg)](https://snyk.io/test/github/danactive/history/b164c5ba7cf68aab473cdb967caffe77ccfb0d22) |
| Test Coverage | [![Coverage Status](https://coveralls.io/repos/github/danactive/history/badge.svg)](https://coveralls.io/github/danactive/history) |
| License | [![MIT Licensed](http://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](http://opensource.org/licenses/MIT) |

## Installation
1. Node.js v6.9.x [Download](https://nodejs.org/)
1. Install project dependencies `npm install` (`yarn` is used for development)
Expand Down

0 comments on commit 0db22f7

Please sign in to comment.