Go to file
Guillermo Bonet d9968a7115 refs #4823 Minor changes 2023-05-22 11:46:01 +02:00
models refs #4823 Now save the maxSequenceNumber of orgs 2023-05-22 09:47:16 +02:00
.env_template refs #4823 Refactor 2023-05-19 13:47:36 +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 Minor changes 2023-05-22 07:54:45 +02:00
main.js refs #4823 Supplier to organization and more 2023-05-17 10:24:10 +02:00
package-lock.json refs #4823 Reeplaced node-fetch to axios 2023-05-11 08:39:02 +02:00
package.json refs #4823 Node upgrade to 18.x 2023-05-19 14:15:58 +02:00
utils.js refs #4823 Minor changes 2023-05-22 11:46:01 +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