https://github.com/ayrat555/hermit
Extensible tool that helps to connect different services
https://github.com/ayrat555/hermit
bot elixir telegram telegram-bot vk
Last synced: about 2 months ago
JSON representation
Extensible tool that helps to connect different services
- Host: GitHub
- URL: https://github.com/ayrat555/hermit
- Owner: ayrat555
- Created: 2016-12-04T20:00:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-01T04:39:08.000Z (about 9 years ago)
- Last Synced: 2025-04-04T13:17:00.808Z (about 1 year ago)
- Topics: bot, elixir, telegram, telegram-bot, vk
- Language: Elixir
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hermit
[](https://semaphoreci.com/ayrat555/hermit)
The main idea of this project is to create extensible tool that helps to connect different services.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add `hermit` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:hermit, "~> 0.1.0"}]
end
```
2. Ensure `hermit` is started before your application:
```elixir
def application do
[applications: [:hermit]]
end
```