I hereby claim:
- I am lulzaugusto on github.
- I am luizaugusto (https://keybase.io/luizaugusto) on keybase.
- I have a public key ASBF9AXRZ0Y9uhRQRSqtlkNDFpMdJpYjcTMfXPbn6ER0Jwo
To claim this, I am signing this object:
| { "keys": ["super+v"], "command": "paste_and_indent" } |
| 'use strict'; | |
| const WALTER_PRICE = 0.53; | |
| const TARE_PRICE = 0.08; | |
| export default function WalterCalculator(money) { | |
| const ret = { totalWalters: 0, leftoverMoney: 0 }; | |
| console.log('End'); | |
| return new Promise(function(resolve) { |
| const movies = [] | |
| $('#movies-list li').each(function () { | |
| console.log('scrapping this:', this) | |
| const $ratingEl = $(this).find('.star-rating') | |
| const rating = $ratingEl.length > 0 ? $ratingEl.data('originalTitle').split(' ')[1] : '' | |
| const title = $(this).find('a.cover img').attr('alt').split('(')[1].split(')')[0] | |
| movies.push([title, rating]) | |
| }) |
I hereby claim:
To claim this, I am signing this object: