https://github.com/linusbolls/airbnb-scout
A browser extension that open AirBnB locations directly in Google Maps.
https://github.com/linusbolls/airbnb-scout
airbnb browser-extension
Last synced: about 2 months ago
JSON representation
A browser extension that open AirBnB locations directly in Google Maps.
- Host: GitHub
- URL: https://github.com/linusbolls/airbnb-scout
- Owner: LinusBolls
- Created: 2024-11-19T11:33:28.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-02-01T16:49:14.000Z (4 months ago)
- Last Synced: 2025-02-08T21:18:26.043Z (3 months ago)
- Topics: airbnb, browser-extension
- Language: JavaScript
- Homepage: https://chromewebstore.google.com/detail/airbnb-scout/mhkpglemnpdhkojppnnffjcnhhlodpmp
- Size: 5.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# +
To install dependencies:
```bash
bun install
```To run:
```bash
bun run src/index.ts
```This project was created using `bun init` in bun v1.2.0. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.