https://github.com/apsun/gastrak
A basic Costco Gasoline price map.
https://github.com/apsun/gastrak
Last synced: 5 months ago
JSON representation
A basic Costco Gasoline price map.
- Host: GitHub
- URL: https://github.com/apsun/gastrak
- Owner: apsun
- License: wtfpl
- Created: 2020-08-09T21:41:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-22T07:10:06.000Z (over 1 year ago)
- Last Synced: 2025-02-22T07:28:24.269Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.09 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# gastrak
Simple tool that scrapes Costco Gasoline prices in an area and plots
the data using OpenStreetMap.
## Setup
1. Set your location (latitude and longitude) in `config`.
2. Manually run `gastrak/run-gastrak.sh` once to initialize the data.
3. Put `gastrak/run-gastrak.sh` into cron (or your scheduling tool of choice).
4. Run `server/run-server.sh`.
## License
[WTFPL](http://www.wtfpl.net/)