Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

outagamie-county-recycling

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

outagamie-county-recycling

Outagamie County recycling route geodata

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

outagamie-county-recycling

Outagamie County recycling route geodata.

This is a WIP, but for now, you can find out when your next recycling day is!

Install

npm install outagamie-county-recycling

Usage

import {getNextRecycleDate} from 'outagamie-county-recycling';

let longitude = -88.261194;
let latitude = 44.290477;

let date = getNextRecycleDate([longitude, latitude]);
console.log(date.toString());
// > Mon Sep 07 2015 00:00:00 GMT-0500 (CDT)

API

getNextRecycleDate(point[, date])

Arguments:

  • point {Array} - longitude and latitude values.
  • date {Date} - (optional) defaults to now.

Returns:

  • Date - a javascript date object.

Support

To see if your location is supported by this data, check the map.

Contributing

Contributions are very welcome! To get the most useful and complete data, we need your help.

Route data is stored in data/recycling-routes.geojson. When adding more routes, make sure the associated calendar event in data/recycling-calendar.ics is mapped to the route in data/route-to-event.json.

License

MIT

FAQs

Package last updated on 31 Oct 2015

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc