osm-restaurants: implement

This commit is contained in:
2022-10-12 01:14:53 +02:00
parent 86c7108094
commit c7a1256040
5 changed files with 332 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "osm-restaurants",
"version": "1.0.0",
"bin": "osm-restaurants.js",
"author": "kmein",
"license": "MIT",
"dependencies": {
"axios": "^1.1.2",
"opening_hours": "^3.8.0",
"yargs": "^17.6.0"
}
}