{"id":19303094,"url":"https://github.com/asc-lab/city-information-bot","last_synced_at":"2025-10-09T09:41:05.584Z","repository":{"id":113371699,"uuid":"157679469","full_name":"asc-lab/city-information-bot","owner":"asc-lab","description":"Chatbot that can answer the question: \"What time is it and what is the weather like in Chicago (or any other city)\"?","archived":false,"fork":false,"pushed_at":"2019-03-15T09:12:28.000Z","size":863,"stargazers_count":9,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-22T11:41:21.251Z","etag":null,"topics":["bot-builder","bot-framework","botbuilder-sdk","botbuilder-sdk-v3","botbuilder-sdk-v4","chatbot","google-api","microsoft-bot-framework","typescript","weather","weather-api"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/asc-lab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-15T08:43:39.000Z","updated_at":"2021-06-07T00:27:34.000Z","dependencies_parsed_at":"2023-06-15T11:30:32.088Z","dependency_job_id":null,"html_url":"https://github.com/asc-lab/city-information-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/asc-lab/city-information-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asc-lab%2Fcity-information-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asc-lab%2Fcity-information-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asc-lab%2Fcity-information-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asc-lab%2Fcity-information-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asc-lab","download_url":"https://codeload.github.com/asc-lab/city-information-bot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asc-lab%2Fcity-information-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001120,"owners_count":26083022,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bot-builder","bot-framework","botbuilder-sdk","botbuilder-sdk-v3","botbuilder-sdk-v4","chatbot","google-api","microsoft-bot-framework","typescript","weather","weather-api"],"created_at":"2024-11-09T23:25:00.934Z","updated_at":"2025-10-09T09:41:05.563Z","avatar_url":"https://github.com/asc-lab.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# What time is it and what is the weather like in Chicago?\n\n\u003cp align=\"center\"\u003e\n    \u003cimg alt=\"Bot\" src=\"https://raw.githubusercontent.com/asc-lab/what-time-is-it-bot/master/readme-images/bot_with_weather.gif\" /\u003e\n\u003c/p\u003e\n\nChatbot that can answer the question: \"What time is it and what is the weather like  in Chicago (or any other city)\"?\n\nThis bot is build with [**Bot Builder SDK (Microsoft Bot Framework) v4**](https://github.com/Microsoft/BotBuilder).\n\nOn branch [**botbuilder-v3**](https://github.com/asc-lab/what-time-is-it-bot/tree/botbuilder-v3) is the version using **Bot Builder SDK (Microsoft Bot Framework) v3**.\n\n## New version feature\n\nThe first version of the bot could shown only hour in a selected city.\nThanks integration with `http://history.openweathermap.org` is now able to provide you with weather information about selected city.\n\n## Prerequisites\n\n* A Google maps api key. Currently google cloud account have a free trial (this might change). Learn how to get started with [**Google documentation**](https://developers.google.com/maps/documentation/javascript/get-api-key).\n* Geocoding Api and Time Zone API in your google cloud account should be enabled.\n* An Open Weather Map api key. You can get it for free on [**Open Weather Map home website**](https://home.openweathermap.org/users/sign_in).\n* ```.env``` file based on ```.env-example```. You should replace `YOUR_KEY` with your google cloud api key and `YOUR_WEATHER_KEY` with Open Weather Map api key.\n```\nbotFilePath=\"./city-information-bot.bot\"\nbotFileSecret=\"\"\n\nMOCK_BACKEND=false\n\nGEOCODE_API_URL=https://maps.googleapis.com/maps/api/geocode/json?address=REPLACE_THIS\u0026key=YOUR_KEY\nTIMEZONE_API_URL=https://maps.googleapis.com/maps/api/timezone/json?location=REPLACE_THIS\u0026key=YOUR_KEY\nOPENWEATHERMAP_GEOMETRY_URL = https://api.openweathermap.org/data/2.5/weather?REPLACE_THIS\u0026appid=YOUR_WEATHER_KEY\u0026units=metric\n```\n\n## Build\n\n```\nnpm install\n```\n\n## Run\n\n```\nnpm run start\n```\nRun [Microsoft Bot Framework Emulator](https://github.com/Microsoft/BotFramework-Emulator/releases), open **city-information-bot.bot** file from this repo in emulator and enjoy.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasc-lab%2Fcity-information-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasc-lab%2Fcity-information-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasc-lab%2Fcity-information-bot/lists"}