Last active
July 4, 2017 18:42
-
-
Save AlvarezAriel/4aad9e5bdd240d5013f166605b88b5e8 to your computer and use it in GitHub Desktop.
Scrap CCK events
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var Xray = require('x-ray'); | |
| var x = Xray(); | |
| x('http://www.cck.gob.ar/calendario/musica_100', '.event-hour', [ { place: 'span', artist: 'a' } ])(function(err, events) { | |
| console.log(events); | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment