Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```