Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nolim1t/nolim1t-foursquare

My own foursquare API library. USE AT YOUR OWN RISK
https://github.com/nolim1t/nolim1t-foursquare

Last synced: 2 days ago
JSON representation

My own foursquare API library. USE AT YOUR OWN RISK

Awesome Lists containing this project

README

        

My personal foursquare API library
====================

About
---------------
This is my own personal foursquare API library. Use at your own risk.

It's probably quite unstructured, but I'm putting it up on version control and as an NPM module.

Installing
---------------
npm install nolim1t-foursquare

Example Usage
---------------
Mostly coming soon

But use

```node.js
require("nolim1t-foursquare").functionname "parameters", callback
```