Skip to content

cyrillbrito/jidoyuro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jidoyuro

  1. Install gcloud cli

    https://cloud.google.com/sdk/gcloud/

  1. Deploy

gcloud functions deploy ynab --source=gcf-ynab --trigger-http --runtime=nodejs10 --memory=1024mb

Inital setup

https://firebase.google.com/docs/functions/get-started

Running locally

firebase functions:config:get | ac .runtimeconfig.json

Using Google Cloud Run

The new ynab imported will use cloud run. For this the code will actually be dockerized.

https://nielskersic.medium.com/automatic-monitoring-application-with-nodejs-playwright-and-google-sheets-a62875b1ce98

Locally

Create a copy of the enviroment/sample with the name local.json and fill the configs

https://cloud.google.com/cloud-build/docs/build-debug-locally

install choco install gcloudsdk

run $ npm start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published