Tool to get Floramondo offers
https://api.staging.floriday.io/customers-api-2023v1/swagger/index.html
|
||
---|---|---|
models | ||
.gitignore | ||
README.md | ||
index.js | ||
package-lock.json | ||
package.json |
README.md
floriday
Requires Node.js v14.x.x or higher.
The Floriday service project should perform the following tasks:
- Create / mantain the table structure to allow the storage of the data provided by the Floriday API. This is done using the Sequelize ORM.
- Query the Floriday API and store the data in the database.
This is done using the Axios module.
2.1. The data is requested every minute, but only the data that has changed is stored in the database. This is done using the Sequelize ORM and storing the data as it is received from the API, so it can be compared with the previous data.
To install dependencies:
npm install
To run:
npm start