{"id":29049405,"url":"https://github.com/raszi/here-client","last_synced_at":"2026-04-24T11:35:09.582Z","repository":{"id":38328361,"uuid":"297056575","full_name":"raszi/here-client","owner":"raszi","description":"JavaScript client for the HERE.com APIs","archived":false,"fork":false,"pushed_at":"2023-01-16T23:02:58.000Z","size":325,"stargazers_count":1,"open_issues_count":7,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-16T07:07:17.236Z","etag":null,"topics":["api","api-client","client","here","javascript","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raszi.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}},"created_at":"2020-09-20T10:58:27.000Z","updated_at":"2021-11-04T09:47:42.000Z","dependencies_parsed_at":"2023-02-10T06:46:15.139Z","dependency_job_id":null,"html_url":"https://github.com/raszi/here-client","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/raszi/here-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raszi%2Fhere-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raszi%2Fhere-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raszi%2Fhere-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raszi%2Fhere-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raszi","download_url":"https://codeload.github.com/raszi/here-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raszi%2Fhere-client/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260640636,"owners_count":23040495,"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","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":["api","api-client","client","here","javascript","typescript"],"created_at":"2025-06-26T19:09:39.819Z","updated_at":"2026-04-24T11:35:04.547Z","avatar_url":"https://github.com/raszi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HERE.com JS client #\n\n[![CI][ci-image]][ci-url] [![npm][npm-image]][npm-url] [![language][language-image]][language-url] [![License][license-image]][license-url]\n\n[ci-image]: https://img.shields.io/github/workflow/status/raszi/here-client/Node.js%20CI/master\n[ci-url]: https://github.com/raszi/here-client/actions?query=workflow%3A%22Node.js+CI%22\n[npm-image]: https://img.shields.io/npm/v/here-client.svg\n[npm-url]: https://npmjs.org/package/here-client\n[license-image]: http://img.shields.io/npm/l/here-client.svg\n[license-url]: LICENSE\n[language-image]: https://img.shields.io/github/languages/top/raszi/here-client\n[language-url]: https://github.com/raszi/here-client/search?l=typescript\n\nThis is a simple JavaScript client for HERE.com APIs.\n\n## Supported APIs ##\n\n### Weather ###\n\nTo retrieve a Weather client you need to call `client.weather`:\n\n  * Observation: `weather.observation()`\n  * Hourly forecast: `weather.hourlyForecast`\n  * Seven day forecast: `weather.sevenDayForecast`\n  * Seven day forecast simple: `weather.sevenDayForecastSimple`\n\n## Examples ##\n\n### JavaScript ###\n\n```javascript\nconst HereClient = require('here-client').default;\n\nconst hereClient = new HereClient({ apiKey: 'foobar' });\nhereClient.weather.observation({ name: 'Budapest' });\n```\n\n\n### TypeScript ###\n\n```typescript\nimport HereClient from 'here-client';\n\nconst hereClient = new HereClient({ apiKey: 'foobar' });\nhereClient.weather.observation({ name: 'Budapest' });\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraszi%2Fhere-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraszi%2Fhere-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraszi%2Fhere-client/lists"}