Skip to content

Commit

Permalink
Add Travis CI and EM badges
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Dec 13, 2014
1 parent bbbf446 commit 24a9a36
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
@@ -1,4 +1,4 @@
# Compass.js
# Compass.js [![Build Status](https://travis-ci.org/ai/compass.js.svg)](https://travis-ci.org/ai/compass.js)

Compass.js allows you to get compass heading in JavaScript.
Today we haven’t any standard way to get compass data,
Expand All @@ -14,11 +14,12 @@ but there are two proprietary APIs and one hack:
This library hides all this magic and APIs from you, autodetects available
way and provides clean and simple API for your geolocation web app.

Sponsored by [Evil Martians].
<a href="https://evilmartians.com/?utm_source=compass.js">
<img src="https://evilmartians.com/badges/sponsored-by-evil-martians.svg" alt="Sponsored by Evil Martians" width="236" height="54">
</a>

[PhoneGap has]: http://docs.phonegap.com/phonegap_compass_compass.md.html
[Safari adds]: http://developer.apple.com/library/safari/#documentation/SafariDOMAdditions/Reference/DeviceOrientationEventClassRef/DeviceOrientationEvent/DeviceOrientationEvent.html
[Evil Martians]: http://evilmartians.com/

## Usage

Expand Down

0 comments on commit 24a9a36

Please sign in to comment.