https://github.com/evant/google-actions-wolfram
Query Wolfram Alpha using Google Actions api
https://github.com/evant/google-actions-wolfram
Last synced: over 1 year ago
JSON representation
Query Wolfram Alpha using Google Actions api
- Host: GitHub
- URL: https://github.com/evant/google-actions-wolfram
- Owner: evant
- License: apache-2.0
- Created: 2016-12-09T02:41:18.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2020-06-14T22:48:21.000Z (about 6 years ago)
- Last Synced: 2025-01-05T09:44:33.067Z (over 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# google-actions-wolfram
Query Wolfram Alpha using Google Actions api
## Setup
1. `git clone git@github.com:evant/google-actions-wolfram.git && cd google-actions-wolfram`.
2. Go to https://developer.wolframalpha.com/portal/myapps/ and create a an app id.
3. `touch .env && echo WOLFRAM_KEY= > .env`.
4. Edit `"url"` in `action.json` to point to your webserver, it must be using https.
4. `npm install && node main.js`.
5. Download https://developers.google.com/actions/tools/gactions-cli and run `gactions preview` and follow the steps.