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: 5 months ago
JSON representation
crawlx allows to analyze product data on Amazon. It is a simple and lightweight tool to act on product issues.
- Host: GitHub
- URL: https://github.com/qathom/crawlx
- Owner: qathom
- License: other
- Created: 2018-04-29T21:04:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T14:33:41.000Z (about 3 years ago)
- Last Synced: 2025-02-14T01:19:42.322Z (12 months ago)
- Topics: data-analysis, electron, es6-javascript, vue, vuejs2, vuex2, webpack
- Language: JavaScript
- Size: 1.85 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> Analyze product data on Amazon

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