An open API service indexing awesome lists of open source software.

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

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)