- Hard to find cheap/affordable accomodation options when travelling
- Stay in hotel cannot provide authentic experience of location
- Its not easy for home owner to monetize vacant areas on day-by-day basis
- Existing Alternatives:
- Booking.com
- Hotels.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sample Lead Response (GET by ID & POST creation response) | |
{ | |
"success": true, | |
"message": "Lead retrieved successfully", | |
"data": { | |
"_id": "64f8a1b2c3d4e5f6a7b8c9d0", | |
"leadId": "LEAD172345678901ABCDE", | |
"status": "INITIALIZED", | |
"createdBy": "kL8mN2pQ3rS4tU5vW6xY7zA8bC9dE0fG1hI2jK3lM4nO", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<link rel="stylesheet" href="index.css"> | |
<style id="jsbin-css"> | |
.note { | |
position: fixed; | |
z-index: 1000; |