# 53cal-jp-scraper

> Scrape the days of 53cal.jp

Latest version **0.1.1** (published 2014-07-05) · MIT license · 0 weekly downloads

## Install

```sh
npm install 53cal-jp-scraper
pnpm add 53cal-jp-scraper
yarn add 53cal-jp-scraper
bun add 53cal-jp-scraper
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.1 |
| Published | 2014-07-05 |
| First published | 2014-06-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 1 |
| Author | sanemat |
| Maintainers | sanemat |
| Keywords | scraper, scraping, 53cal.jp |

## Links

- npm: https://www.npmjs.com/package/53cal-jp-scraper
- Repository: https://github.com/sanemat/node-53cal-jp-scraper
- Issues: https://github.com/sanemat/node-53cal-jp-scraper/issues
- npm.io page: https://npm.io/package/53cal-jp-scraper

## Dependencies (5)

- [pad](https://npm.io/package/pad.md) 0.0.5
- [moment](https://npm.io/package/moment.md) ^2.6.0
- [cheerio](https://npm.io/package/cheerio.md) ^0.17.0
- [request](https://npm.io/package/request.md) ^2.36.0
- [sprintf-js](https://npm.io/package/sprintf-js.md) 0.0.7

## Alternatives

- [@tsparticles/shape-image](https://npm.io/package/@tsparticles/shape-image.md) — 303.7K weekly downloads
- [@tsparticles/shape-line](https://npm.io/package/@tsparticles/shape-line.md) — 233.7K weekly downloads
- [stringify-attributes](https://npm.io/package/stringify-attributes.md) — 58.6K weekly downloads
- [mobile-drag-drop](https://npm.io/package/mobile-drag-drop.md) — 46.3K weekly downloads
- [@comunica/actor-rdf-parse-html](https://npm.io/package/@comunica/actor-rdf-parse-html.md) — 29.2K weekly downloads

## Recent versions

- 0.1.1 (latest) — 2014-07-05
- 0.1.0 — 2014-06-09

## README

# 53cal-jp-scraper
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-url]][daviddm-image] [![Coverage Status][coveralls-image]][coveralls-url]

Scrape the days of 53cal.jp


## Install

```bash
$ npm install --save 53cal-jp-scraper
```


## Usage

```javascript
var GomiCalJp = require('../');
var scraper = GomiCalJp({city: '1130104', area: '1130104154'});

scraper.whatDate('2014-06-04', function(err, data){
  data = {
    meta: {
      city: '1130104',
      area: '1130104154',
      cityName: '東京都品川区',
      areaName: '南大井6丁目18番地(大森住宅）以外',
      link: 'http://www.53cal.jp/areacalendar/?city=1130104&area=1130104154&yy=2014&mm=6'
    },
    result: {
      '2014-06-04': '燃やすゴミ'
    }
  };
});
```

## API

categories

dateAndCategoryInMonth

whatDate


## Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [gulp](http://gulpjs.com/).


## Release History

_(Nothing yet)_


## License

Copyright (c) 2014 sanemat. Licensed under the MIT license.



[npm-url]: https://npmjs.org/package/53cal-jp-scraper
[npm-image]: https://badge.fury.io/js/53cal-jp-scraper.svg
[travis-url]: https://travis-ci.org/sanemat/node-53cal-jp-scraper
[travis-image]: https://travis-ci.org/sanemat/node-53cal-jp-scraper.svg?branch=master
[daviddm-url]: https://david-dm.org/sanemat/node-53cal-jp-scraper.svg?theme=shields.io
[daviddm-image]: https://david-dm.org/sanemat/node-53cal-jp-scraper
[coveralls-url]: https://coveralls.io/r/sanemat/node-53cal-jp-scraper
[coveralls-image]: https://coveralls.io/repos/sanemat/node-53cal-jp-scraper/badge.png

---
_Source: https://npm.io/package/53cal-jp-scraper · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
