Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/endocrimes/MondoSquared
- Owner: endocrimes
- Created: 2016-01-23T16:19:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-05-12T22:03:36.000Z (over 5 years ago)
- Last Synced: 2024-11-07T02:37:11.827Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-monzo - MondoSquared - Automatically check into foursquare when using your Mondo card (Integrations)
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"
```