This project is killed because Twitter is charging for their API. Per this tweet.
Welcome to the Wanderinglunch code base. It's a website that tracks food trucks around NYC based on their tweets!
You can pretty much follow this guide to setup the server.
- All Secrets are stored in a config.json file next to the exe for ease. Please see config.example.json for all the settings.
- I compile the site on WSL and drop the exe onto the server
GOOS=linux GOARCH=amd64 CGO_ENABLED=1 go build
I've written the site in a few different languages.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Please see the LICENSE file in our repository for the full text.