Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/qathom/crawlx

crawlx allows to analyze product data on Amazon. It is a simple and lightweight tool to act on product issues.
https://github.com/qathom/crawlx

data-analysis electron es6-javascript vue vuejs2 vuex2 webpack

Last synced: 18 days ago
JSON representation

crawlx allows to analyze product data on Amazon. It is a simple and lightweight tool to act on product issues.

Awesome Lists containing this project

README

        


crawlx logo

> Analyze product data on Amazon

![screenshot](https://i.imgur.com/YPmENfw.png)

#### Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build

# run unit & end-to-end tests
npm test

# lint all JS/Vue component files in `src/`
npm run lint

```

---