Skip to content

🧩 A Data Extraction Plugin that can be incorporated in web pages to collect basic info to be stored in Firebase

Notifications You must be signed in to change notification settings

walissonsilva/data-extraction-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Extraction Plugin

This project consists of a plugin for extracting usage data from a static web page. The collected data is sent to the Firebase Realtime Database through an API that connects with this service. The collected data can be consumed through this API.

The project was divided into three subprojects: the static web page, the plugin for data extraction and the API for communicating with Firebase. Therefore, we have a monorepo containing three projects, which are:

page: project for creating the static page. This project was created using React.js + Vite + TypeScript. api: project for developing the Rest API that provides endpoints for communicating with Firebase. This project was developed using Node.js + TypeScript + Express. plugin: project for developing the plugin to be integrated into the static page. This project was developed using Node.js + TypeScript.

Screenshot da página estática desenvolvida.

About

🧩 A Data Extraction Plugin that can be incorporated in web pages to collect basic info to be stored in Firebase

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published