https://github.com/urish/bitcoin-action-express
"Bitcoin Info" Assistant Action with TypeScript + Express
https://github.com/urish/bitcoin-action-express
actions-on-google codelab express google-assistant typescript
Last synced: about 1 month ago
JSON representation
"Bitcoin Info" Assistant Action with TypeScript + Express
- Host: GitHub
- URL: https://github.com/urish/bitcoin-action-express
- Owner: urish
- Created: 2018-03-11T12:21:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-11T12:25:25.000Z (over 8 years ago)
- Last Synced: 2025-01-11T19:32:49.709Z (over 1 year ago)
- Topics: actions-on-google, codelab, express, google-assistant, typescript
- Language: TypeScript
- Homepage:
- Size: 16.6 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bitcoin-action-express
Sample "Bitcoin Info" action with Express and TypeScript
Created by Uri Shaked, based on the [Bitcoin Info Codelab](https://codelabs.developers.google.com/codelabs/your-first-action-on-google-with-webhook/#2).
## Development
yarn
yarn start:dev
## Upload to production
yarn global add now
now --public
For more info, check out our [Actions on Google Workshop Slides](https://docs.google.com/presentation/d/1iNOoAWmgRdiD_ZoRZPVCEOi-4E1zOBfzCR64DZYAoy0/edit?usp=sharing).