Skip to content

Commit

Permalink
docs: actually make it bold
Browse files Browse the repository at this point in the history
  • Loading branch information
mel-liow committed Jan 29, 2022
1 parent 634c780 commit d4c8ef8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ from airpyllution.airpyllution import get_pollution_history
from airpyllution.airpyllution import get_pollution_forecast
```

*Retrieve historic pollution data with specified date range and location:*
**Retrieve historic pollution data with specified date range and location:**
```
get_pollution_history(1606488670, 1606747870, 49.28, 123.12, api_key)
```

*Generate an interactive map containing current pollution data by location:*
**Generate an interactive map containing current pollution data by location:**

```
get_air_pollution(49.28, 123.12, api_key, "Current Air Pollution")
```

![](docs/air-pollution-map.png)

*Generate a time-series scatterplots of forecasted air pollution data:*
**Generate a time-series scatterplots of forecasted air pollution data:**
```
import altair as alt
alt.renderers.enable("html");
Expand Down

0 comments on commit d4c8ef8

Please sign in to comment.