Go to file
Marcus Noble a4efbb3926 Update readme 2021-02-23 04:33:24 +00:00
.gitignore Initial release 2021-02-18 18:32:36 +00:00
Dockerfile Add index to dockerfile 2021-02-22 19:57:41 +00:00
Makefile fix run task 2021-02-20 16:24:54 +00:00
README.md Update readme 2021-02-23 04:33:24 +00:00
go.mod Set SVG height 2021-02-22 19:29:31 +00:00
go.sum Set SVG height 2021-02-22 19:29:31 +00:00
index.html Added index page 2021-02-22 19:53:25 +00:00
main.go Set SVG height 2021-02-22 19:29:31 +00:00
tweet.svg.tmpl Set SVG height 2021-02-22 19:29:31 +00:00

README.md

TweetSVG

Generate an SVG for a given Tweet ID

Available at https://tweet.cluster.fun/

Features

  • Provide the ID of a tweet and have it render as an SVG for use in an <img> tag.
  • No JavaScript required

Building from source

With Docker:

make docker-build

Standalone:

make build

Contributing

If you find a bug or have an idea for a new feature please raise an issue to discuss it.

Pull requests are welcomed but please try and follow similar code style as the rest of the project and ensure all tests and code checkers are passing.

Thank you 💛

License

See LICENSE