Skip to content

Commit

Permalink
docs(README): Add links to live demo on Github Page
Browse files Browse the repository at this point in the history
  • Loading branch information
hibiken committed Dec 31, 2016
1 parent c88abd9 commit 76a917c
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# react-places-autocomplete

A React component to build a customized UI for Google Maps Places Autocomplete
A React component to build a customized UI for Google Maps Places Autocomplete ([Demo](https://kenny-hibino.github.io/react-places-autocomplete/))


[![travis build](https://img.shields.io/travis/kenny-hibino/react-places-autocomplete.svg?style=flat-square)](https://travis-ci.org/kenny-hibino/react-places-autocomplete)
[![MIT-License](https://img.shields.io/npm/l/react-places-autocomplete.svg?style=flat-square)]()
Expand Down Expand Up @@ -29,15 +30,8 @@ import { geocodeByAddress } from 'react-places-autocomplete'
```

### Demo
To run the demo in a local webpack-dev-server instance at localhost:8080
```sh
npm run demo
```
See live demo: [kenny-hibino.github.io/react-places-autocomplete/](https://kenny-hibino.github.io/react-places-autocomplete/)

To run the demo tests
```sh
npm run demo:test
```

### Getting Started
To use this component, you are going to need to load [Google Maps JavaScript API](https://developers.google.com/maps/documentation/javascript/)
Expand Down

0 comments on commit 76a917c

Please sign in to comment.