2018-10-11 15:37:39 +00:00
|
|
|
defmodule Mobilizon do
|
2017-12-08 08:58:14 +00:00
|
|
|
@moduledoc """
|
2018-10-11 15:37:39 +00:00
|
|
|
Mobilizon is a decentralized and federated Meetup-like using [ActivityPub](http://activitypub.rocks/).
|
2017-12-08 08:58:14 +00:00
|
|
|
|
2018-01-14 16:56:50 +00:00
|
|
|
It consists of an API server build with [Elixir](http://elixir-lang.github.io/) and the [Phoenix Framework](https://hexdocs.pm/phoenix).
|
|
|
|
|
2018-10-11 15:37:39 +00:00
|
|
|
Mobilizon relies on `Guardian` for auth and `Geo`/Postgis for geographical informations.
|
2017-12-08 08:58:14 +00:00
|
|
|
"""
|
|
|
|
end
|