https://github.com/kortirso/google_translate
https://github.com/kortirso/google_translate
elixir elixir-lang google-translate-api phoenix-framework
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/kortirso/google_translate
- Owner: kortirso
- Created: 2019-08-14T13:28:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-14T13:28:27.000Z (almost 7 years ago)
- Last Synced: 2025-02-24T07:02:57.680Z (over 1 year ago)
- Topics: elixir, elixir-lang, google-translate-api, phoenix-framework
- Language: Elixir
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# GoogleTranslate
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `google_translate` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:google_translate, "~> 0.0.1"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/google_translate](https://hexdocs.pm/google_translate).