React Geo Location
COMPONENT DESCRIPTION GOES HERE
Demo & Examples
Live demo: colynb.github.io/react-geo-location
To build the examples locally, run:
npm install
gulp dev
Then open localhost:8000
in a browser.
Installation
The easiest way to use react-geo-location is to install it from NPM and include it in your own React build process (using Browserify, Webpack, etc).
You can also use the standalone build by including dist/react-geo-location.js
in your page. If you use this, make sure you have already included React, and it is available as a global variable.
npm install react-geo-location --save
Usage
EXPLAIN USAGE HERE
var ReactGeoLocation = require('react-geo-location');
<ReactGeoLocation>Example</ReactGeoLocation>
Properties
- DOCUMENT PROPERTIES HERE
Notes
ADDITIONAL USAGE NOTES
License
PUT LICENSE HERE
Copyright (c) 2015 Colyn Brown.