Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.