https://github.com/brews/icof
Is California On Fire?
https://github.com/brews/icof
california fire python
Last synced: 10 months ago
JSON representation
Is California On Fire?
- Host: GitHub
- URL: https://github.com/brews/icof
- Owner: brews
- License: apache-2.0
- Created: 2019-11-16T04:01:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-20T05:47:25.000Z (over 4 years ago)
- Last Synced: 2025-08-12T02:57:00.510Z (11 months ago)
- Topics: california, fire, python
- Language: Python
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# icof
Is California On Fire?
Query iscaliforniaonfire.com from Python.
## Example
To run from Python:
```
from icof import is_california_on_fire
is_california_on_fire()
```
## Install
To install with `pip`, run:
```
pip install git+https://github.com/brews/icof
```
## Support
Source code is available online at https://github.com/brews/icof/. This software is Open Source and available under the Apache License, Version 2.0.
## Disclaimer
This package is for teaching basic python package design and is no way associated with iscaliforniaonfire.com.