Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nostrband/nometa
A small http server that fetches events/profiles on the server and injects meta tags into index.html of your SPA
https://github.com/nostrband/nometa
nostr
Last synced: 1 day ago
JSON representation
A small http server that fetches events/profiles on the server and injects meta tags into index.html of your SPA
- Host: GitHub
- URL: https://github.com/nostrband/nometa
- Owner: nostrband
- Created: 2023-12-13T07:55:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-28T08:55:08.000Z (about 1 year ago)
- Last Synced: 2024-03-15T12:39:10.748Z (11 months ago)
- Topics: nostr
- Language: JavaScript
- Homepage:
- Size: 72.3 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
nometa
------Run:
PORT=11111 NOMETA_ROOT=./ NOMETA_FILE=index.html NOMETA_URL_TMPL="https://yourdomain.com/" node src/index.js
Existing meta tags in your index.html must be wrapped this way:
... your default meta tags...
This server will replace the wrapped region with event meta tags.