Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/qathom/crawlx
- Owner: qathom
- License: other
- Created: 2018-04-29T21:04:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T14:33:41.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T04:08:30.341Z (about 1 month 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
![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```
---