https://github.com/timnew/fuel-price
And 711 fuel price monitor by data from Project Zero Three
https://github.com/timnew/fuel-price
Last synced: 23 days ago
JSON representation
And 711 fuel price monitor by data from Project Zero Three
- Host: GitHub
- URL: https://github.com/timnew/fuel-price
- Owner: timnew
- Created: 2023-01-13T03:38:03.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T00:40:32.000Z (over 2 years ago)
- Last Synced: 2024-11-19T09:57:40.860Z (over 1 year ago)
- Language: TypeScript
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fuel-price
An 711 fuel price monitor by data from [Project Zero Three](https://projectzerothree.info/)
## How to deploy
https://developers.google.com/apps-script/guides/typescript
In general:
1. Install `clasp`: `npm install -g @google/clasp`
2. `yarn install`
3. `clasp push`
If clasp complains about cannot found `appsscript.json`, check the path in `.clasp.json`, which is required to be absolute path and the one on github might not match the local one.