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

https://github.com/jeffubayi/qwetu

Find and list hostels for sale or for rent.
https://github.com/jeffubayi/qwetu

firebase geocoding next

Last synced: 3 months ago
JSON representation

Find and list hostels for sale or for rent.

Awesome Lists containing this project

README

          

# Qwetu

Find and list hostels for sale or for rent. This is a React / Firebase v9 project

## Usage

### Geolocation

The listings use Google geocoding to get the coords from the address field. You need to either rename .env.example to .env and add your Google Geocode API key OR in the **CreateListing.jsx** file you can set **geolocationEnabled** to "false" and it will add a lat/lng field to the form.

### Run

```bash
npm start
```