{"id":15392620,"url":"https://github.com/jackdbd/weather-app-node","last_synced_at":"2025-09-08T23:39:52.430Z","repository":{"id":82381112,"uuid":"89772197","full_name":"jackdbd/weather-app-node","owner":"jackdbd","description":null,"archived":false,"fork":false,"pushed_at":"2020-10-03T15:31:48.000Z","size":60,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-08T23:39:52.133Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jackdbd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-04-29T08:07:20.000Z","updated_at":"2020-10-03T15:31:50.000Z","dependencies_parsed_at":"2023-06-15T11:00:32.287Z","dependency_job_id":null,"html_url":"https://github.com/jackdbd/weather-app-node","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"338405fc66ace9b33a1e71bffb712696e634135b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jackdbd/weather-app-node","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackdbd%2Fweather-app-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackdbd%2Fweather-app-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackdbd%2Fweather-app-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackdbd%2Fweather-app-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jackdbd","download_url":"https://codeload.github.com/jackdbd/weather-app-node/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackdbd%2Fweather-app-node/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274231162,"owners_count":25245675,"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-09-08T02:00:09.813Z","response_time":121,"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":[],"created_at":"2024-10-01T15:15:25.002Z","updated_at":"2025-09-08T23:39:52.406Z","avatar_url":"https://github.com/jackdbd.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Weather App Node.js\n\n[![Build Status](https://travis-ci.org/jackdbd/weather-app-node.svg?branch=master)](https://travis-ci.com/jackdbd/weather-app-node)\n\nA simple CLI that converts an address into geographic coordinates (see [What is geocoding?](https://developers.google.com/maps/documentation/geocoding/overview#Geocoding)) and spits out a weather forecast for that location.\n\n![Demo of the CLI app](https://github.com/jackdbd/weather-app-node/blob/master/demo.png \"Demo of the CLI app.\")\n\nBuilt with:\n\n- [Node.js](https://nodejs.org/)\n- [yargs](https://www.npmjs.com/package/request)\n- [got](https://github.com/sindresorhus/got)\n\nGeocoding powered by the [Geocoding API](https://developers.google.com/maps/documentation/geocoding/start).\nWeather forecasts powered by [Dark Sky](https://darksky.net/poweredby/).\n\n## API keys\n\nIn order to use the Google Geocoding API you need an API key. See [here](https://developers.google.com/maps/documentation/geocoding/get-api-key) for details. For a free alternative see [Geocodeapi](https://geocodeapi.io/).\n\nYou will need another key to use the Dark Sky API. You can get one [here](https://darksky.net/dev/).\n\nI store my API keys in a `.envrc` file that I load with [direnv](https://github.com/direnv/direnv).\n\n## How to use it\n\nhere are a few examples:\n\n```shell\nnode src/app.js --address London\nnode src/app.js -a 'New York'\nnode src/app.js -a 90210\nnode src/app.js -a 'Via dei Fori Imperiali'\nnode src/app.js -a 'Sensoji Temple'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackdbd%2Fweather-app-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjackdbd%2Fweather-app-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackdbd%2Fweather-app-node/lists"}