https://github.com/theunderscorer/foods-scrapper
Simple application built in node.js that searches given food in given food providers (for example on pyszne.pl) basing on location.
https://github.com/theunderscorer/foods-scrapper
Last synced: 3 months ago
JSON representation
Simple application built in node.js that searches given food in given food providers (for example on pyszne.pl) basing on location.
- Host: GitHub
- URL: https://github.com/theunderscorer/foods-scrapper
- Owner: TheUnderScorer
- Created: 2019-09-28T11:47:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T22:22:43.000Z (over 2 years ago)
- Last Synced: 2025-01-17T03:31:57.855Z (5 months ago)
- Language: TypeScript
- Size: 6.15 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.com/TheUnderScorer/foods-scrapper)
## Description
### Foods scrapper
Simple application built in node.js that searches given food in given food providers (for example on pyszne.pl) basing on location.## Installation
```bash
$ npm install
```## Running the app
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# production mode
$ npm run start:prod
```## Test
```bash
# unit tests
$ npm run test# e2e tests
$ npm run test:e2e# test coverage
$ npm run test:cov
```