Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vlad-iakovlev/airbnb-filters
Chrome extension with advanced Airbnb filters
https://github.com/vlad-iakovlev/airbnb-filters
Last synced: about 2 months ago
JSON representation
Chrome extension with advanced Airbnb filters
- Host: GitHub
- URL: https://github.com/vlad-iakovlev/airbnb-filters
- Owner: vlad-iakovlev
- License: agpl-3.0
- Created: 2024-09-13T14:22:02.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-20T18:49:44.000Z (3 months ago)
- Last Synced: 2024-10-20T23:23:31.848Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 547 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Airbnb Filters
Chrome extension with advanced Airbnb filters
## Usage
There is no deployed extension yet, but you can use latest build from [actions](https://github.com/vlad-iakovlev/airbnb-filters/actions/workflows/ci.yml):
1. Go to [actions](https://github.com/vlad-iakovlev/airbnb-filters/actions/workflows/ci.yml) page.
2. Click the latest workflow run.
3. Download the artifact `airbnb-filters-build`.
4. Extract the archive.
5. Open [Chrome Extensions Page](chrome://extensions/).
6. Enable Developer mode.
7. Click "Load unpacked" and select the extracted folder.## Deployment
1. Install dependencies
```sh
npm ci
```2. Build
```sh
npm run build
```3. Deploy `/dist`
## Development
1. Install dependencies
```sh
npm ci
```2. Build in watch mode
```sh
npm run dev
```3. Load unpacked extension from `/dist`