Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pdehaan/is-errington-po-open

Lazy tools for checking if Errington Post Office is currently open.
https://github.com/pdehaan/is-errington-po-open

Last synced: 15 days ago
JSON representation

Lazy tools for checking if Errington Post Office is currently open.

Awesome Lists containing this project

README

        

# Is Errington Post Office Open?

Lazy tools for checking if Errington Post Office is currently open.

## Installation

```sh
npm i pdehaan/is-errington-po-open -S
```

## Usage

### CLI

```sh
npx pdehaan/is-errington-po-open
```

### API

```js
const lib = require("is-errington-po-open");

console.log(lib.isOpen());
console.log(lib.getTodaysSchedule());
```