mobilizon.chapril.org-mobil.../lib/mobilizon.ex

13 lines
392 B
Elixir
Raw Normal View History

defmodule Mobilizon do
@moduledoc """
2019-09-08 01:49:56 +02:00
Mobilizon is a decentralized and federated Meetup-like using
[ActivityPub](http://activitypub.rocks/).
2019-09-08 01:49:56 +02:00
It consists of an API server build with [Elixir](http://elixir-lang.github.io/)
and the [Phoenix Framework](https://hexdocs.pm/phoenix).
2019-09-08 01:49:56 +02:00
Mobilizon relies on `Guardian` for auth and `Geo`/Postgis for geographical
information.
"""
end