Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pdehaan/is-errington-po-open
- Owner: pdehaan
- Created: 2020-01-08T19:06:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-07T17:10:54.000Z (over 1 year ago)
- Last Synced: 2024-10-31T13:13:41.803Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 108 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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());
```