Go to file
Guillermo Bonet 3f3338b302 refs #4823 Deleted proc and view, migr. to vn-db 2023-07-26 11:29:35 +02:00
models refs #4823 Deleted proc and view, migr. to vn-db 2023-07-26 11:29:35 +02:00
.env_template refs #4823 Minor changes 2023-06-16 14:26:24 +02:00
.gitignore add env variables support 2023-01-09 10:06:34 +01:00
.npmrc refs #4823 Engine strinct and changed package.json 2023-05-19 14:05:25 +02:00
README.md refs #4823 New README and added .env_template 2023-05-17 08:27:30 +02:00
floriday.js refs #4823 Handled more errors 2023-07-03 07:35:18 +02:00
main.js refs #4823 Supplier to organization and more 2023-05-17 10:24:10 +02:00
methods.yml refs #4823 Added methods.yml and more 2023-06-15 11:29:19 +02:00
package-lock.json refs #4823 Added methods.yml and more 2023-06-15 11:29:19 +02:00
package.json refs #4823 Added methods.yml and more 2023-06-15 11:29:19 +02:00
utils.js refs #4823 Handled more errors 2023-07-03 07:35:18 +02:00

README.md

Floriday

The project aims to develop an automated solution to retrieve and import Floramondo's offers into our system. Floramondo is a renowned platform for flower and plant commerce, offering a wide range of high-quality products. Our goal is to efficiently gather Floramondo's offers and seamlessly transfer the data to our system, preserving the original structure and format to facilitate future interpretation.

We turn flowers into data! :D

Requeriments

  • Git
  • Nodejs (v15.14.0 or higher)
  • Docker (Optional, used to manage local server)

Installation

Pull from repository.

$ git clone https://gitea.verdnatura.es/guillermo/floriday.git

Run this commands on project root directory to install Node dependencies.

$ npm install

Copy .env_template, put the name .env and configure it.

How to run

Execute this command in project path.

$ node main

Built With