Code Monkey home page Code Monkey logo

reactivemaps's Introduction

Realtime React Map library

Examples

Using it

Include the map library in your html file with your key

<script type="text/javascript" src="http://maps.google.com/maps/api/js?key=Your_key_here"></script>

Installation

npm install --save @appbaseio/reactivemaps
npm install --save @appbaseio/reactivebase

And then import the components

import {
  ReactiveMap
} from 'reactivemaps';

import {
  DataSearch,
  RangeSlider,
  SingleList,
  ReactiveBase
} from 'reactivebase';

ReactiveMaps provides components specific to the map interface. It comes GeoDistanceSlider, GeoDistanceDropdown, PlacesSearch and ReactiveMap.

ReactiveBase provides components that are generic in nature. Amongst many others, ReactiveBase, DataSearch, RangeSlider, and SingleList components belong to ReactiveBase.

Description

ReactiveBase

  <ReactiveBase 
    app="map-demo"
    username="mgVijsReD"
    password="d67f1d62-26c5-49cb-b8b3-c6e2a6f04e74"/>

where

  • app is the app name of the appbase.io app,
  • username is the app's access username,
  • password is the app's access password.

username:password form the credentials to access an appbase.io app.

Additionally, you can also pass type and theme props. type determines the scope of data to be accessed within the app, it defaults to the entire app. theme determines the overall look and feel. Available themes include rbc-blue, rbc-green, rbc-red, rbc-orange, rbc-yellow and rbc-dark.

Developing Locally

npm install && bower install
npm run webpack-server

reactivemaps's People

Contributors

aaditya-thakkar avatar farhan687 avatar metagrover avatar siddharthlatest avatar yashshah avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.