An open API service indexing awesome lists of open source software.

https://github.com/niku/voice_text_web_api_on_browser

Your browser talks Japanese using VoiceText Web API.
https://github.com/niku/voice_text_web_api_on_browser

Last synced: over 1 year ago
JSON representation

Your browser talks Japanese using VoiceText Web API.

Awesome Lists containing this project

README

          

# VoiceTextWebApiOnBrowser

Your browser talks Japanese using [VoiceText Web API](https://cloud.voicetext.jp/webapi).

## Usage

```shell
$ git clone git@github.com:niku/voice_text_web_api_on_browser.git
$ cd voice_text_web_api_on_browser
$ bundle
$ VOICE_TEXT_API_TOKEN=[your_api_token_here] bundle exec rackup
```

and access to `http://localhost:9292`

## Contributing

1. Fork it ( https://github.com/[my-github-username]/voice_text_web_api_on_browser/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request