yuvan11 / tamil-aadal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tamil-wordle

Run locally

go run tamil-wordle.go

Generate admin key

openssl genrsa -out admin.rsa 4096
openssl rsa -in admin.rsa -pubout > admin.rsa.pub

Generate Firebase service account key

To generate a private key file for your service account:

In the Firebase console, open Settings > Service Accounts.

Click Generate New Private Key, then confirm by clicking Generate Key.

Securely store the JSON file containing the key.

GOOGLE_APPLICATION_CREDENTIALS= go run tamil-wordle.go

About

License:MIT License


Languages

Language:Go 44.7%Language:JavaScript 41.9%Language:HTML 9.0%Language:CSS 4.0%Language:Dockerfile 0.4%