edge-concert

A simple app to demonstrate cloudflare worker features like static site, htmlrewriter, geo location, etc.

https://github.com/arjun-g/edge-concert

Science Score: 31.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.8%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

A simple app to demonstrate cloudflare worker features like static site, htmlrewriter, geo location, etc.

Basic Info
  • Host: GitHub
  • Owner: arjun-g
  • License: mit
  • Language: HTML
  • Default Branch: master
  • Homepage: https://concert.proj.me
  • Size: 2.54 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 5 years ago · Last pushed about 5 years ago
Metadata Files
Readme License Citation

README.md

Concert Booking

A simple app to demonstrate cloudflare worker features like static site, KV, htmlrewriter, geo location, etc.

Rendering

Static files

The static files are present in public folder. There are seperate folders for web and mobile. Based on the user agent the worker serves the respective files.

Concert data source

For the sake of demo the concert details are generated with random distance from user's location - workers-site/ds.js The generated list is stored in worker KV.

Dynamic Content

Using HTMLRewriter the static html content are replaced with dynamic concert details - workers-site/index.js

Owner

  • Name: Arjun Ganesan
  • Login: arjun-g
  • Kind: user
  • Location: India

Citation (citations)

<div>Icons made by <a href="https://www.flaticon.com/authors/those-icons" title="Those Icons">Those Icons</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>
<div>Icons made by <a href="https://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>
<div>Icons made by <a href="https://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

workers-site/package-lock.json npm
  • @cloudflare/kv-asset-handler 0.1.1
  • @cloudflare/workers-types 2.1.0
  • @types/mime 2.0.3
  • cfw-express 1.0.0
  • cfw-express-static 1.0.2
  • mime 2.5.2
  • regexparam 1.3.0
workers-site/package.json npm
  • @cloudflare/kv-asset-handler ~0.1.1
  • cfw-express ^1.0.0
  • cfw-express-static ^1.0.2