An open API service indexing awesome lists of open source software.

https://github.com/stefanocudini/foursquare-here

Search Foursquare places near you by command line
https://github.com/stefanocudini/foursquare-here

foursquare foursquare-api geoip geolocation

Last synced: about 1 month ago
JSON representation

Search Foursquare places near you by command line

Awesome Lists containing this project

README

          

# foursquare-here

Search Foursquare places near you

# Usage

```bash
$ npm install -g foursquare-here
$ foursquare-here
```

Go to https://it.foursquare.com/developers/apps generate new *client_id*, *client_secret*

and insert these into the file *~/.foursquare-here.ini*

```bash
$ foursquare-here school
$ foursquare-here bar
$ foursquare-here pizza
```