Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

peppage/wanderinglunch

Repository files navigation

🛑 Archived

This project is killed because Twitter is charging for their API. Per this tweet.

No Maintenance Intended


Wanderinglunch Logo

Go Report Card

Welcome to the Wanderinglunch code base. It's a website that tracks food trucks around NYC based on their tweets!

Lazy Server Setup

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

Other version

I've written the site in a few different languages.

License

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.