https://github.com/weaming/sogou_translate_elixir
https://github.com/weaming/sogou_translate_elixir
cli elixir
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/weaming/sogou_translate_elixir
- Owner: weaming
- Created: 2018-06-22T15:26:35.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-22T15:38:11.000Z (about 8 years ago)
- Last Synced: 2025-03-02T08:29:11.025Z (over 1 year ago)
- Topics: cli, elixir
- Language: Elixir
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SogouTranslate
Translate using Sogou translate API
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `sogou_translate` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:sogou_translate, "~> 0.1.0"}
]
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/sogou_translate](https://hexdocs.pm/sogou_translate).