Socket
Socket
Sign inDemoInstall

react-geo-location

Package Overview
Dependencies
35
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-geo-location

React Geo Location


Version published
Weekly downloads
1
Maintainers
1
Install size
8.26 MB
Created
Weekly downloads
 

Readme

Source

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.

react-geo-location

Keywords

FAQs

Last updated on 22 May 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc