An example web application for my go foursquare API. It mainly uses net/http and html/template.
It gets registered user's checkIn data and saves it to a db and shows this data through a map.
- First you need to create an application for foursquare. Follow these steps for registration.
- Replace your clientId and secret with example ones in server.go
- Google map or open map registrtion will be here
- Default port is 4001. You can change it from server.go
- This application uses oauth registration. Default redirection address is http://localhost:4001/
- Default db etc.
Store user info first
BoltDB first maybe cayley after that