Skip to content

Commit f62d081

Browse files
committed
fix: Fixed README - added badges
1 parent 2267f48 commit f62d081

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,18 @@
33
<h3 align="center" style="text-align: center">Efficiently allow your users to pick a location!</h3>
44

55
<p align="center" style="text-align: center">
6+
<a href="https://travis-ci.org/cyphercodes/location-picker">
7+
<img alt="Travis" src="https://img.shields.io/travis/cyphercodes/location-picker/master.svg">
8+
</a>
69
<a href="https://github.com/ellerbrock/open-source-badges/">
710
<img src="https://badges.frapsoft.com/os/v2/open-source.svg?v=103" alt="Open Source Love">
811
</a>
912
<a href="https://github.com/semantic-release/semantic-release">
1013
<img src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg" alt="semantic-release">
1114
</a>
15+
<a href="https://www.npmjs.com/package/location-picker">
16+
<img alt="npm latest version" src="https://img.shields.io/npm/v/location-picker.svg">
17+
</a>
1218
</p>
1319

1420
**location-picker** allows you to quickly render Google Maps with an overlaying marker providing an easy and quick plug-and-play location picker. It uses Google Maps v3 and it works with all JavaScript flavors!

0 commit comments

Comments
 (0)