Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/santiagodotsh/acara-scraper
🔍 📊 Scrapes data from ACARA's official price guide.
https://github.com/santiagodotsh/acara-scraper
acara axios cheerio json nodejs scraping typescript
Last synced: 17 days ago
JSON representation
🔍 📊 Scrapes data from ACARA's official price guide.
- Host: GitHub
- URL: https://github.com/santiagodotsh/acara-scraper
- Owner: santiagodotsh
- License: mit
- Created: 2024-11-25T11:47:52.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-04T13:23:31.000Z (23 days ago)
- Last Synced: 2024-12-04T14:24:51.233Z (23 days ago)
- Topics: acara, axios, cheerio, json, nodejs, scraping, typescript
- Language: TypeScript
- Homepage:
- Size: 545 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Scrapes data from ACARA's official price guide.
## Install dependencies
```bash
~$ npm install
```## Environment variables
```bash
# Copy the .env.example file to .env.local
~$ cp .env.example .env.local
```Open the .env.local file and set the environment variables.
Scraperapi API key is optional.
## Compile and run the project
```bash
# Compile the project
~$ npm run build# Run the project
~$ npm run start
```