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

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

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).