infra-go-vanity/README.md

24 lines
815 B
Markdown
Raw Normal View History

# Description
This repo defines the infrastructure necessary for https://go.status.im/.
# Details
This is achieved by use of [CloudFlare Workers](https://developers.cloudflare.com/workers/) which are a:
>serverless execution environment that allows you to create entirely new applications ... without configuring or maintaining infrastructure.
The whole scrip is [`go_vanity.js`](go_vanity.js) which simply generates some basic HTML which includes the necessary `<meta>` tags for Go Vanty imports which look like this:
```html
<meta name="go-import" content="go.status.im/whisper git https://github.com/status-im/whisper ">
```
# Todo
* Make the page more fancy?
* Maybe use a tempalting engine like a civilized human being
# Links
* https://discuss.status.im/t/vanity-imports-for-our-go-repositories/1308