Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dcampagnola/rent-scraper
https://github.com/dcampagnola/rent-scraper
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dcampagnola/rent-scraper
- Owner: DCampagnola
- Created: 2022-09-03T17:39:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-12T22:14:05.000Z (about 1 year ago)
- Last Synced: 2024-11-12T02:28:01.321Z (2 months ago)
- Language: TypeScript
- Size: 394 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
A scraper for immobiliare.it and pararius website
## Installation
```bash
$ npm install
```## Running the app
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# production mode
$ npm run start:prod
```