Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/myles/dinesafe-toronto
- Owner: myles
- License: mit
- Created: 2023-02-18T18:58:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-27T02:52:47.000Z (over 1 year ago)
- Last Synced: 2024-10-29T14:00:01.121Z (3 months ago)
- Topics: datasette, dinesafe, slothful-myles, toronto
- Language: Python
- Homepage: https://dinesafe-toronto.slothful-myles.com
- Size: 306 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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