https://github.com/raineorshine/dairy-scraper
Scrape event times from tickets.thedairy.org
https://github.com/raineorshine/dairy-scraper
Last synced: 3 months ago
JSON representation
Scrape event times from tickets.thedairy.org
- Host: GitHub
- URL: https://github.com/raineorshine/dairy-scraper
- Owner: raineorshine
- License: isc
- Created: 2014-07-25T18:54:15.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-25T18:56:30.000Z (almost 11 years ago)
- Last Synced: 2025-03-10T15:09:30.809Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# dairy-scraper
> Scrape event times from tickets.thedairy.org## Usage
Command Line:
```sh
node dairy.js "https://tickets.thedairy.org/online/default.asp?doWork::WScontent::loadArticle=Load&BOparam::WScontent::loadArticle::article_id=0D0E652A-B775-4F8B-970E-794943749EAF"
```Module (needs some work to be really usable):
```js
var dairy = require('./dairy.js')
dairy.scrapeHttp('https://tickets.thedairy.org/online/default.asp?doWork::WScontent::loadArticle=Load&BOparam::WScontent::loadArticle::article_id=0D0E652A-B775-4F8B-970E-794943749EAF')
```## Build
```sh
gulp
```## License
ISC © [Raine Lourie](https://github.com/metaraine)