53cal-jp-scraper 中文文档教程

发布于 10年前 浏览 24 项目主页 更新于 3年前

53cal-jp-scraper

NPM versionBuild StatusDependency StatusCoverage 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.

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文