Measure the number of times that I have spoken, and publish it.
In addition, my travelogue in China.
Dashboard > GraphQL > Upload schema.gql
Then set countRemarks
function as follows:
$ curl -fsSL https://deno.land/x/install/install.sh | sh
$ deno install --allow-read --allow-write --allow-env --allow-net --allow-run --no-check -f https://deno.land/x/deploy/deployctl.ts
Open Fauna's Security dashborad, get new key.
Execute as below:
$ FAUNA_SECRET=<secret> deployctl run --watch --libs=ns,fetchevent ./server.ts
All that is left is deploying on Deno Deploy.
https://dash.deno.com/new
Hosting on GitPress, and reading rss feed.
Posts are placed in /source
folder, so fill the directory with /source
Post a request for what I said using it.
- Access to chrome://extensions/
- Click "LOAD UNPAKED"
- Select
/chrome-extension
dir.
If fail it, add --no-check
option.
- Recommendations
- Set your secret key using a
.faunarc
file for a project.
https://github.com/fauna/vscode#1-set-your-secret-key
References