https://github.com/stephenyeargin/hubot-brightwheel
πΆπ· Show activity and photos from Brightwheel, a daycare management app.
https://github.com/stephenyeargin/hubot-brightwheel
brightwheel daycare hacktoberfest hubot hubot-scripts
Last synced: 5 months ago
JSON representation
πΆπ· Show activity and photos from Brightwheel, a daycare management app.
- Host: GitHub
- URL: https://github.com/stephenyeargin/hubot-brightwheel
- Owner: stephenyeargin
- Created: 2021-07-21T16:18:48.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-11-15T12:20:13.000Z (8 months ago)
- Last Synced: 2025-11-15T14:24:41.651Z (8 months ago)
- Topics: brightwheel, daycare, hacktoberfest, hubot, hubot-scripts
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/hubot-brightwheel
- Size: 562 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hubot Brightwheel
[](https://badge.fury.io/js/hubot-brightwheel) [](https://github.com/stephenyeargin/hubot-brightwheel/actions/workflows/nodejs.yml)
Show activity and photos from Brightwheel, a daycare management app.
## Installation
In hubot project repo, run:
`npm install hubot-brightwheel --save`
Then add **hubot-brightwheel** to your `external-scripts.json`:
```json
[
"hubot-brightwheel"
]
```
## Configuration
Set these alongside your other Hubot environment variables.
- `HUBOT_BRIGHTWHEEL_EMAIL` - Email address for Brightwheel login (required)
- `HUBOT_BRIGHTWHEEL_PASSWORD` - Password for Brightwheel login. (required)
- `HUBOT_BRIGHTWHEEL_MAX_COUNT` - Maximum records to return. (default: 5)
## Sample Interaction
```
User> @hubot brightwheel
Hubot> Jenny ate chicken noodle soup, cucumber slices, grilled cheese, milk. | Jul 21, 2021 11:30 AM
Hubot> Jenny went potty. (diaper - bm) | Jul 21, 2021 11:29 AM
Hubot> Jenny went potty. (diaper - wet) | Jul 21, 2021 10:49 AM
Hubot> Jenny went potty. (diaper - nothing) | Jul 21, 2021 9:23 AM
Hubot> Jenny ate cheerios, milk. | Jul 21, 2021 9:07 AM
```
## Available Command
### `hubot brightwheel`
Retrieves latest activity of any type.
### `hubot brightwheel photo`
Retrieves latest photos.
### `hubot brightwheel video`
Retrieves latest videos.
### `hubot brightwheel nap`
Retrieves latest nap status (started or stopped).
### `hubot brightwheel potty`
Retrieves latest potty reports.
### `hubot brightwheel food`
Retrieves latest food activities.
## NPM Module
https://www.npmjs.com/package/hubot-brightwheel