Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jzarca01/fetch-my-cookie
Node app to claim free cookie @ Subway
https://github.com/jzarca01/fetch-my-cookie
Last synced: about 2 months ago
JSON representation
Node app to claim free cookie @ Subway
- Host: GitHub
- URL: https://github.com/jzarca01/fetch-my-cookie
- Owner: jzarca01
- Created: 2018-09-17T14:26:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-20T09:34:28.000Z (over 6 years ago)
- Last Synced: 2024-08-04T00:10:59.716Z (5 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-food - fetch-my-cookie - Node app to claim your free cookie at Subway. (Food-related projects)
README
# Fetch My Cookie
![subway cookie](http://gimmiefreebies.com/wp-content/uploads/2018/03/free-cookie-subway.jpg)
Did you know right now Subway is offering a FREE Cookie!? Yum! They’re so tasty!
To get your free Subway cookie:
Go to the link on your Subway receipt
Fill out the short survey about your visit
Write the claim code on your receipt, and redeem for a free cookie!## Or just use this app
```javascript
node index.js
```Send a POST request to *http://localhost:4000/cookie*
```json
{
"storeNumber": "12345-0", //you'll find the real infos or your receipt
"date": "12/09/2018", //DD/MM/YYYY
"time": "12:03"
}
```And you'll get the result :
```
Code promotionnel : 5-12345-0-0912-1203
Date d'expiration : 9/22/2018
```## Enjoy !