Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 965 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 965 Bytes

Hazel—Clubs Data Processing Framework

Use Hazel to deal with complex data without hustle.

Prerequisite

Current built-in data source is Firebase Firestore. To establish the connection .env is required with the format as shown below.

.env File

FCERT_CLIENT_EMAIL=
FCERT_PROJECT_ID=
FCERT_PRIVATE_KEY=

Important note

  • Default exported data directory is ./resource, which git ignored by default. To avoid accidentally exposing any data, this directory should not be added to the public repository.
  • To utilize the studentInfo snippet effectively, ensure you're operating on a Linux system. Otherwise, the readline-sync package may encounter compatibility issues with UTF-8 encoding.

Documentation

Documentation is here :)


Made with ♥ by TUCMC