https://github.com/grokify/alexa-skill-ringcentral-go
Example RingCentral Skill Server for Amazon Alexa
https://github.com/grokify/alexa-skill-ringcentral-go
alexa-skill go golang ringcentral
Last synced: 7 months ago
JSON representation
Example RingCentral Skill Server for Amazon Alexa
- Host: GitHub
- URL: https://github.com/grokify/alexa-skill-ringcentral-go
- Owner: grokify
- License: mit
- Created: 2017-05-22T08:50:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-29T17:05:03.000Z (9 months ago)
- Last Synced: 2024-10-06T05:04:38.883Z (9 months ago)
- Topics: alexa-skill, go, golang, ringcentral
- Language: Go
- Homepage:
- Size: 120 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Example RingCentral Skill Server for Alexa in Go
[![Build Status][build-status-svg]][build-status-url]
[![Go Report Card][goreport-svg]][goreport-url]
[![Docs][docs-godoc-svg]][docs-godoc-url]
[![License][license-svg]][license-url]
[![Stack Overflow][stackoverflow-svg]][stackoverflow-url]
[![Chat][chat-svg]][chat-url]To get started see `bin/startserver.go`.
## References
* [Developing an Amazon Alexa Skill on Rails](http://tech.taskrabbit.com/blog/2016/12/02/amazon-alexa-rails/) by [Brian Leonard](https://github.com/bleonard)
[build-status-svg]: https://github.com/grokify/alexa-skill-ringcentral-go/workflows/test/badge.svg?branch=master
[build-status-url]: https://github.com/grokify/alexa-skill-ringcentral-go/actions/workflows/test.yaml
[goreport-svg]: https://goreportcard.com/badge/github.com/grokify/alexa-skill-ringcentral-go
[goreport-url]: https://goreportcard.com/report/github.com/grokify/alexa-skill-ringcentral-go
[docs-godoc-svg]: https://img.shields.io/badge/reference-godoc-blue.svg
[docs-godoc-url]: https://godoc.org/github.com/grokify/alexa-skill-ringcentral-go
[license-svg]: https://img.shields.io/badge/license-MIT-blue.svg
[license-url]: https://github.com/grokify/alexa-skill-ringcentral-go/blob/master/LICENSE.md
[chat-svg]: https://img.shields.io/badge/chat-on%20glip-orange.svg
[chat-url]: https://glipped.herokuapp.com/
[stackoverflow-svg]: https://img.shields.io/badge/Stack%20Overflow-ringcentral-orange.svg
[stackoverflow-url]: https://stackoverflow.com/questions/tagged/ringcentral