Skip to content

Measure the number of times that I have spoken, and publish it. In addition, my travelogue in China.

Notifications You must be signed in to change notification settings

yoshixmk/remarks

Repository files navigation

Remarks

Measure the number of times that I have spoken, and publish it.
In addition, my travelogue in China.

Architecture

Setup

On Fauna

Dashboard > GraphQL > Upload schema.gql

Then set countRemarks function as follows:

Install Deno and deployctl

$ 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

Run Server and Deploy

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

GitPress

Hosting on GitPress, and reading rss feed.

Posts are placed in /source folder, so fill the directory with /source

Chrome Extension

Post a request for what I said using it.

Installation

  1. Access to chrome://extensions/
  2. Click "LOAD UNPAKED"
  3. Select /chrome-extension dir.

If fail it, add --no-check option.

Local Develepment

VSCode

Step by step

References

About

Measure the number of times that I have spoken, and publish it. In addition, my travelogue in China.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published