Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jzarca01/fetch-my-whopper
Node app to claim your free whopper @ BurgerKing
https://github.com/jzarca01/fetch-my-whopper
Last synced: about 2 months ago
JSON representation
Node app to claim your free whopper @ BurgerKing
- Host: GitHub
- URL: https://github.com/jzarca01/fetch-my-whopper
- Owner: jzarca01
- Created: 2018-09-17T14:57:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-17T15:07:14.000Z (over 6 years ago)
- Last Synced: 2024-08-04T00:11:00.268Z (5 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 13
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-food - fetch-my-whopper - Node app to claim your free whopper at Burger King. (Food-related projects)
README
# Fetch My Whopper
![free whopper](https://smartcanucks.ca/wp-content/uploads/2017/06/Screen-Shot-2017-06-21-at-3.09.56-PM.png)
Did you know right now Burger King is offering a FREE Whopper!? Yum! They’re so tasty!
To get your free BK Whopper:
Go to the link on the back of your BK receipt
Fill out the short survey about your visit
Write the claim code on your receipt, and redeem for a free whopper!## Or just use this app
```javascript
node index.js
```Send a POST request to *http://localhost:4000/whopper*
```json
{
"storeNumber": "21019", //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 de validation : CF101010
```## Enjoy !