todo
- document vars
- multitenant
Tool to turn your datapoints on Beeminder into a blog.
- Clone repo
- Fill .env file
node generateData.mjs
npm run dev
Either deploy to Vercel or self host.
To self host, next export
or next build
will generate code for you.
To host on Vercel, create new project and import your repo. Make sure to fill env variables.
Run node generateData.mjs
or npm run build
Add Vercel deployment webhook in beeminder goal settings (PESOS webhook)
Call yourwebsite/api/add with POST request and headers: title, content, tags, category, rating and auth_token. auth_token is your beeminder token.
You might use iOS shortcuts or Postman as your GUI.