A tool to export HackerTracker events to JSON format.
HackerTracker Export is a utility designed to fetch and export the most recently updated HackerTracker events from Firebase into static JSON files.
To get started, install the required npm packages:
npm install
To export the static data, run the following command:
npm run export
This command will fetch the 25 most recently updated conferences from Firebase and export them as static JSON files into a newly generated out
directory.
To safelist colors for Tailwind CSS, use the following command:
jq '.[].type.color' ./events.json | sort -u | tr '\n' ',' | sed 's/.$//'
For more information on safelisting classes in Tailwind CSS, refer to the Tailwind CSS Documentation.