All Projects → caioariede → Uber React

caioariede / Uber React

Uber-like project in React Native

Programming Languages

javascript
184084 projects - #8 most used programming language
es6
455 projects

Projects that are alternatives of or similar to Uber React

deck.gl-time-series-widget
A React Time Slider implementation for DECK.GL - (non)temporal data - by CPU filtering ⌛
Stars: ✭ 19 (-87.42%)
Mutual labels:  uber, maps, mapbox
Gmscore
Free implementation of Play Services
Stars: ✭ 4,356 (+2784.77%)
Mutual labels:  firebase, geolocation, maps
Uberclone
Uber App Clone
Stars: ✭ 593 (+292.72%)
Mutual labels:  uber, firebase
Leku
🌍 Map location picker component for Android. Based on Google Maps. An alternative to Google Place Picker.
Stars: ✭ 612 (+305.3%)
Mutual labels:  geolocation, maps
Geo On Fire
A library to create high performance geolocation queries for Firebase. Checkout the demos: https://run.plnkr.co/plunks/AYaN8ABEDcMntgbJyLVW/ and https://run.plnkr.co/plunks/xJgstAvXYcp0w7MbOOjm/
Stars: ✭ 54 (-64.24%)
Mutual labels:  firebase, geolocation
Mapbox Gl Native
Interactive, thoroughly customizable maps in native Android, iOS, macOS, Node.js, and Qt applications, powered by vector tiles and OpenGL
Stars: ✭ 4,091 (+2609.27%)
Mutual labels:  mapbox, maps
Geofirestore Js
Location-based querying and filtering using Firebase Firestore.
Stars: ✭ 436 (+188.74%)
Mutual labels:  firebase, geolocation
Mapme
The Android maps adapter
Stars: ✭ 844 (+458.94%)
Mutual labels:  mapbox, maps
Vehicle In Motion
This is a basic implementation of location listener using Google Maps Api
Stars: ✭ 339 (+124.5%)
Mutual labels:  uber, maps
Benmaps.fr
Web maps that don't track you.
Stars: ✭ 147 (-2.65%)
Mutual labels:  mapbox, maps
Whereareyou
Real time location tracker using Android App & Firebase with Mapbox
Stars: ✭ 96 (-36.42%)
Mutual labels:  firebase, mapbox
Fireshodanmap
FireShodanMap is a Realtime map that integrates Firebase, Google Maps and Shodan. A search is carried out using Shodan searching vulnerable devices and they are showed on the map for analysis. All data updated in Firebase are Realtime.
Stars: ✭ 111 (-26.49%)
Mutual labels:  firebase, maps
Geofirex
🌐 📍 Geolocation Queries with Firestore & RxJS
Stars: ✭ 396 (+162.25%)
Mutual labels:  firebase, geolocation
Messenger
iOS - Real-time messaging app 🎨
Stars: ✭ 491 (+225.17%)
Mutual labels:  firebase, mapbox
Googleapi
C# .NET Core Google Api (Maps, Places, Roads, Search, Translate). Supports all endpoints and requests / responses.
Stars: ✭ 346 (+129.14%)
Mutual labels:  geolocation, maps
Sketch Map Generator
Sketch plugin to fill a shape with a map generated from a given location using Google Maps and Mapbox
Stars: ✭ 824 (+445.7%)
Mutual labels:  mapbox, maps
Tilehut
A modest, but cozy home for your map tiles
Stars: ✭ 132 (-12.58%)
Mutual labels:  mapbox, maps
Mapdeck
R interface to Deck.gl and Mapbox
Stars: ✭ 296 (+96.03%)
Mutual labels:  mapbox, maps
React Native Baidumap Sdk
React Native BaiduMap SDK for Android + iOS
Stars: ✭ 309 (+104.64%)
Mutual labels:  geolocation, maps
Deck.gl
WebGL2 powered visualization framework
Stars: ✭ 9,304 (+6061.59%)
Mutual labels:  uber, maps

uber-react

Uber-like project in React Native

configuration

File: .env Create a .env file with the following settings:

apiKey = "<firebase config>"
authDomain = "<firebase config>"
databaseURL = "<firebase config>"
storageBucket = "<firebase config>"
messagingSenderId = "<firebase config>"
mapBoxAccessToken = "<Access Token for MapBox Directions API>"

All these credentials you get from either Firebase or MapBox websites.

File: fake_drivers/serviceAccountCredentials.json

Get it from Firebase Service Accounts:

https://console.firebase.google.com/project/_/settings/serviceaccounts/adminsdk

running

react-native run-ios

For the fake drivers:

cd fake_drivers
pip install -r requirements.txt

then

python fake_drivers.py <your latitude>,<your longitude>

Do not forget to place the serviceAccountCredentials.json file in the same directory as described in the installation section

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].