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

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?

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.