Categorygithub.com/snekROmonoro/Browser-Version-Monitor
modulepackage
0.0.0-20241103220345-8232eea44e34
Repository: https://github.com/snekromonoro/browser-version-monitor.git
Documentation: pkg.go.dev

# README

Browser-Version-Monitor

Monitor browser versions release and alert.

Feel free to fork the repo, just make sure to leave the credits!

Don't forget to star ⭐ the repo!

About

Made to monitor changes to browser versions. Uses PostgresSQL. It alerts via a Telegram Bot on a configured channel ID.

Setup

First step is to make sure your go.mod is tidied:

go mod tidy

Database Setup

The database is self-hosted PostgresSQL.

cba explain how you host that so just google about it sob

Prisma

When changing something in the database:

go run github.com/steebchen/prisma-client-go db push

When something was changed in the database:

go run github.com/steebchen/prisma-client-go db pull

To generate the database files:

go run github.com/steebchen/prisma-client-go generate

To look into the database:

go run github.com/steebchen/prisma-client-go studio

prisma studio

Credits

Wrote by snek

# Packages

No description provided by the author
No description provided by the author