All Projects β†’ zaichaopan β†’ airbnb-map-search

zaichaopan / airbnb-map-search

Licence: other
Airbnb Map Search Page Rebuilt with Vue

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to airbnb-map-search

laravel-5.3-app
πŸ—ΊοΈ Get started with Laravel 5.3, Vue.js and Google Maps API
Stars: ✭ 28 (-12.5%)
Mutual labels:  google-maps-api
node-timezone
Node.js client library for accessing Google Time Zone API.
Stars: ✭ 24 (-25%)
Mutual labels:  google-maps-api
arduino-google-maps-api
An Arduino library for communicating with the Google Maps Api
Stars: ✭ 42 (+31.25%)
Mutual labels:  google-maps-api
ctt
ctt postal codes into MySQL with latitude and longitude from google
Stars: ✭ 33 (+3.13%)
Mutual labels:  google-maps-api
jquery-google-reviews
simple jquery Plugin that utilizes Google API to get data from a Place on Google Maps
Stars: ✭ 33 (+3.13%)
Mutual labels:  google-maps-api
earthquakes-mapper
"Earthquakes Mapper" was created using React with no backend persistence. Users can view earthquakes from around the world on a Google Map and filter based on specific times and earthquake magnitude. Earthquake data from USGS.
Stars: ✭ 14 (-56.25%)
Mutual labels:  google-maps-api
Airbnb Android Google Map View
This is a sample Android Application which has Google Map view similar to what AirBnb Android Application. Moving Markers like Uber/Ola. Custom Google Search for places. Recycler view with Animations added.
Stars: ✭ 175 (+446.88%)
Mutual labels:  airbnb
ExamplesAndroid
Simple Example of Android [APIFacebook,APIGoogleMaps,APITwitter,Volley,Picasso etc etc etc]
Stars: ✭ 24 (-25%)
Mutual labels:  google-maps-api
network-map
NYC Mesh map
Stars: ✭ 18 (-43.75%)
Mutual labels:  google-maps-api
My Android Garage
A quick reference guide for Android development.
Stars: ✭ 66 (+106.25%)
Mutual labels:  google-maps-api
google maps
πŸ—Ί An unofficial Google Maps Platform client library for the Rust programming language.
Stars: ✭ 40 (+25%)
Mutual labels:  google-maps-api
GoogleMaps-CustomInfoWindow-Button
interactive custom InfoWindow for Google Maps
Stars: ✭ 14 (-56.25%)
Mutual labels:  google-maps-api
qualtrics-map
Google Maps integration into Qualtrics.
Stars: ✭ 17 (-46.87%)
Mutual labels:  google-maps-api
Dilettantes-Guide-to-Linting
Setting up ESLint, Prettier, VS Code, and the AirBnB style guide in beautiful harmony.
Stars: ✭ 18 (-43.75%)
Mutual labels:  airbnb
my eu
Code and data for myeu.uk - find out what the EU has done for your area
Stars: ✭ 18 (-43.75%)
Mutual labels:  google-maps-api
google-maps-places-geolocation-for-your-ionic-app
Ionic example app of how to add Google maps, places, geolocation and related features into an Ionic Framework app.
Stars: ✭ 13 (-59.37%)
Mutual labels:  google-maps-api
AmbulanceLocator
Ambulance Locator lets the user find nearby ambulances and as well as call the nearby ambulances.
Stars: ✭ 15 (-53.12%)
Mutual labels:  google-maps-api
burrow
Burrow is an online booking platform / software for Real estate marketplace (Realty marketplace), Rental booking, Room sharing, Hotel booking, Office/Parking Space sharing, Car sharing, Bike sharing, Boat sharing, and other Airbnb clones like finder, etc
Stars: ✭ 45 (+40.63%)
Mutual labels:  airbnb
farmers-market-finder
[ARCHIVED] Find and display farmers market locations on map
Stars: ✭ 23 (-28.12%)
Mutual labels:  google-maps-api
ReaLocate
ASP.NET MVC 5 Real Estate Application
Stars: ✭ 18 (-43.75%)
Mutual labels:  google-maps-api

Airbnb Map Search Page

This repo recreates airbnb map search page using vue. It demonstrates:

  • use Vue to implement a complicated page
  • use google map api for autocomplete address when searching
  • adding multiple markers on google map
  • customize markers, labels and info window.
  • dynamical fetch data based on google map boundary

Demo

Installation

  • Clone the repo
  • Create a env file in the root directory
  • Add your google map key in the env file
// your env file
VUE_APP_GOOGLE_MAP_KEY=your_google_map_key
  • Install dependencies
npm install
  • Build the assets
npm run build
  • Start the server
npm run serve
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].