This is far from being a complete implementation of the mastodon-api ruby gem. It is more of an exercise to learn Crystal.
Add this to your application's shard.yml
:
dependencies:
mastodon-api:
github: renatolond/mastodon-api-crystal
require "mastodon-api-crystal"
- Fork it (https://github.com/renatolond/mastodon-api-crystal/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- renatolond Renato "Lond" Cerqueira - creator, maintainer