Skip to content

Weather data logger based on a ESP32 microcontroller.

Notifications You must be signed in to change notification settings

lewinkoon/astrometer

Repository files navigation

Astrometer 🛰️

Weather data logger based on a ESP32 microcontroller.

Setup

Clone the repository.

git clone https://github.com/lewinkoon/astrometer

Set environment variables.

cd astrometer
touch .env
echo "PUBLIC_SUPABASE_ANON_KEY=[ANONYMOUS KEY]" >> .env
echo "PUBLIC_SUPABASE_URL=[DATABASE URL]" >> .env

Run local server for development.

pnpm run dev

Or build the app.

pnpm run build

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

Weather data logger based on a ESP32 microcontroller.

Topics

Resources

Stars

Watchers

Forks