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.
- Host: GitHub
- URL: https://github.com/niku/voice_text_web_api_on_browser
- Owner: niku
- License: mit
- Created: 2014-07-17T11:18:06.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-24T00:56:23.000Z (almost 12 years ago)
- Last Synced: 2025-01-12T16:41:25.213Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 231 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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