Fetching closest hospital to give birth in Finland
Running in https://synnytyssairaalat.korvenlaita.fi/
Tech:
- Backend and dev web server with Deno and Oak
- Frontend is plain VanillaJS + Bootsrap for styles.
- Automatically deployed with GH actions
- Backend running in Heroku
- Frontend served with Cloudflare Workers
I know, could have done this easier, but that was not the main point 😅
Run locally with ./watch
, requires google api with maps api enabled as
GOOGLE_API_KEY
env variable.
To run just frontend with dev worker against production backend do
wrangler dev
in ./cache-proxy
. Requires to be logged in with
wrangler
./cache-proxy
dir formated with prettier
everything
else formatted with deno fmt