Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/myles/dinesafe-toronto

Datasette of the City of Toronto's DineSafe data.
https://github.com/myles/dinesafe-toronto

datasette dinesafe slothful-myles toronto

Last synced: 30 days ago
JSON representation

Datasette of the City of Toronto's DineSafe data.

Awesome Lists containing this project

README

        

# DineSafe Toronto

A [datasette][datasette] of the [City of Toronto's DineSafe][dinesafe] data.

[datasette]: https://datasette.io/
[dinesafe]: https://www.toronto.ca/community-people/health-wellness-care/health-programs-advice/food-safety/dinesafe/

## Commands

### Scape DineSafe

The `scrape-data` command will scrape the DineSafe JSON data and save it to a
SQLite database.

```console
foo@bar:~$ poetry run dinesafe-toronto scrape-data dinesafe.db
```

## Develop

You'll need to have [Poetry][poetry], a Python packaging and dependency system,
installed. Once installed you can run:

```console
foo@bar:~$ make setup
```

[poetry]: https://python-poetry.org