Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fourcube/react-mapbox

A simple React Component for interfacing with mapbox.
https://github.com/fourcube/react-mapbox

Last synced: 3 months ago
JSON representation

A simple React Component for interfacing with mapbox.

Awesome Lists containing this project

README

        

react-mapbox
====

This is a sample component showing how to integrate mapbox into a React Component.

Using
----

This component is packaged with browserify.

You can `npm install react-mapbox` and then include in your Javascript files with

```javascript

var MapComponent = require('react-mapbox');
```

Running
----

```
npm install && npm install -g browserify
npm run build-sample-

open index.html
```