Go to file
Marcus Noble 7d6428b0da Remove duplicate target attr 2021-02-20 16:29:50 +00:00
.gitignore Initial release 2021-02-18 18:32:36 +00:00
Dockerfile Add template to docker image: 2021-02-18 19:53:03 +00:00
Makefile fix run task 2021-02-20 16:24:54 +00:00
README.md Initial release 2021-02-18 18:32:36 +00:00
go.mod Support emoji, hashtags, user mentions, URLs and replys 2021-02-20 16:18:26 +00:00
go.sum Support .env file 2021-02-18 18:55:15 +00:00
main.go Remove encoding 2021-02-20 16:26:52 +00:00
tweet.svg.tmpl Remove duplicate target attr 2021-02-20 16:29:50 +00:00

README.md

TweetSVG

Generate an SVG for a given Tweet ID

Features

Install


Building from source

With Docker:

make docker-build

Standalone:

make build

Resources

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