Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-01T04:39:08.000Z (over 7 years ago)
- Last Synced: 2024-10-30T03:56:54.979Z (about 2 months ago)
- Topics: bot, elixir, telegram, telegram-bot, vk
- Language: Elixir
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hermit
[![Build Status](https://semaphoreci.com/api/v1/ayrat555/hermit/branches/master/badge.svg)](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
```