Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/endocrimes/MondoSquared

Automatically check into foursquare when using your Mondo card
https://github.com/endocrimes/MondoSquared

Last synced: 30 days ago
JSON representation

Automatically check into foursquare when using your Mondo card

Awesome Lists containing this project

README

        

# MondoSquared

Automatically check in on Swarm when you spend money.

Usage:
```
$ npm install
$ env PORT=3000 FOURSQUARE_CLIENT_ID=$client_id FOURSQUARE_CLIENT_SECRET=$client_secret FOURSQUARE_USER_TOKEN=$user_token node app.js
$ http --form POST "https://api.getmondo.co.uk/webhooks" \
"Authorization: Bearer yourMondoAuthToken" \
"account_id=youraccid" \
"url=https://urltoyourapp.com/hook"
```