https://github.com/raineorshine/avail
Smart, text-based calendar availability reporter
https://github.com/raineorshine/avail
Last synced: 3 months ago
JSON representation
Smart, text-based calendar availability reporter
- Host: GitHub
- URL: https://github.com/raineorshine/avail
- Owner: raineorshine
- License: isc
- Created: 2017-07-03T01:18:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-12T13:23:50.000Z (over 6 years ago)
- Last Synced: 2025-03-10T15:09:30.734Z (3 months ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# avail
Smart, text-based calendar availability reporter.
## Install
Not published (yet)
Copy `config.example.json` to `config.json` and enter Google API details.
## Web Server
```
npm run start
open http://localhost:8082
open http://localhost:8082/[email protected]
open http://localhost:8082/[email protected]/EVENT_ID
```## CLI
```sh
$ events.json < avail
Mon 7/10 9am-5pm
Tue 7/11 9am-2:30pm
Tue 7/11 3:30-5pm
Wed 7/12 9am-5pm
Thu 7/13 9am-5pm
Fri 7/14 9-11am
Fri 7/14 2-5pm
Sat 7/15 9am-5pm
Sun 7/16 9am-5pm
```## License
ISC © [Raine Revere](https://github.com/raineorshine)