A website for tracking food trucks


Keywords
csharp, dotnet, htmx, postgresql, tracks-foodtrucks, twitter-api, website
License
AGPL-3.0
Install
go get github.com/peppage/wanderinglunch

Documentation


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.