Skip to content

Commit

Permalink
Updates to dependency version, travis, info icons and version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
matzew committed Jul 27, 2016
1 parent 9d7d418 commit 7215cfa
Show file tree
Hide file tree
Showing 5 changed files with 934 additions and 414 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: node_js
node_js:
- "0.10"
- "4.4.3"
sudo: required
before_install:
- sudo apt-get update
- sudo apt-get install --assume-yes apache2-utils
- npm install -g [email protected]
- npm install -g grunt-cli
install: npm install
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
#Overview

[![npm package](https://nodei.co/npm/fh-mbaas-api.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/fh-mbaas-api/)

[![Build status](https://img.shields.io/travis/feedhenry/fh-mbaas-api/master.svg?style=flat-square)](https://travis-ci.org/feedhenry/fh-mbaas-api)
[![Dependency Status](https://img.shields.io/david/feedhenry/fh-mbaas-api.svg?style=flat-square)](https://david-dm.org/feedhenry/fh-mbaas-api)
[![Known Vulnerabilities](https://snyk.io/test/npm/fh-mbaas-api/badge.svg?style=flat-square)](https://snyk.io/test/npm/fh-mbaas-api)


fh-mbaas-api provides FeedHenry MBaaS APIs to Node.js cloud apps.

#Usage
Expand Down
Loading

0 comments on commit 7215cfa

Please sign in to comment.