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

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.

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.com/TheUnderScorer/foods-scrapper.svg?branch=master)](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
```