Socket
Socket
Sign inDemoInstall

53cal-jp-scraper

Package Overview
Dependencies
64
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    53cal-jp-scraper

Scrape the days of 53cal.jp


Version published
Maintainers
1
Install size
9.88 MB
Created

Readme

Source

53cal-jp-scraper

NPM version Build Status Dependency Status Coverage Status

Scrape the days of 53cal.jp

Install

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

Usage

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.

Release History

(Nothing yet)

License

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

Keywords

FAQs

Last updated on 05 Jul 2014

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc