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
- Host: GitHub
- URL: https://github.com/stefanocudini/foursquare-here
- Owner: stefanocudini
- License: mit
- Archived: true
- Created: 2018-06-28T21:02:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T20:27:49.000Z (about 3 years ago)
- Last Synced: 2025-03-25T17:49:52.179Z (8 months ago)
- Topics: foursquare, foursquare-api, geoip, geolocation
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```