Skip to content

A simple web application for testing Gosquare (Go client Foursquare API)

License

Notifications You must be signed in to change notification settings

aykutaras/fifthsquare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fifthsquare

Build Status 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.

Usage

Registration

  • 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

Defaults

  • 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.

TODO

Store user info first

Database

BoltDB first maybe cayley after that

About

A simple web application for testing Gosquare (Go client Foursquare API)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages