{"id":18297752,"url":"https://github.com/hyperloris/nestjs-tile38","last_synced_at":"2025-04-05T13:32:49.340Z","repository":{"id":59767762,"uuid":"531585907","full_name":"hyperloris/nestjs-tile38","owner":"hyperloris","description":"Tile38 module for Nest framework (node.js)","archived":false,"fork":false,"pushed_at":"2024-11-04T19:10:16.000Z","size":387,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-21T05:04:28.561Z","etag":null,"topics":["database","geo","geofences","geospatial","index","javascript","location","nest","nestjs","nodejs","spatial","tile38","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/hyperloris.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2022-09-01T15:49:13.000Z","updated_at":"2024-11-04T19:10:13.000Z","dependencies_parsed_at":"2023-02-18T18:15:33.289Z","dependency_job_id":"c8ad788b-cdea-43cc-a1a3-5cc1f894bb90","html_url":"https://github.com/hyperloris/nestjs-tile38","commit_stats":{"total_commits":39,"total_committers":2,"mean_commits":19.5,"dds":0.3076923076923077,"last_synced_commit":"d8ebfa31c3b96b2df7276c72fcf9e10b3af85744"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperloris%2Fnestjs-tile38","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperloris%2Fnestjs-tile38/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperloris%2Fnestjs-tile38/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperloris%2Fnestjs-tile38/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyperloris","download_url":"https://codeload.github.com/hyperloris/nestjs-tile38/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247342406,"owners_count":20923595,"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":["database","geo","geofences","geospatial","index","javascript","location","nest","nestjs","nodejs","spatial","tile38","typescript"],"created_at":"2024-11-05T15:04:07.831Z","updated_at":"2025-04-05T13:32:48.767Z","avatar_url":"https://github.com/hyperloris.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"http://nestjs.com/\" target=\"blank\"\u003e\u003cimg src=\"https://nestjs.com/img/logo_text.svg\" width=\"320\" alt=\"Nest Logo\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003c!--\n\u003cp align=\"center\"\u003e\n  A progressive \u003ca href=\"http://nodejs.org\" target=\"blank\"\u003eNode.js\u003c/a\u003e framework for building efficient and scalable server-side applications.\n\u003c/p\u003e\n--\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/nestjs-tile38\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/nestjs-tile38.svg?style=flat-square\" alt=\"NPM Version\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/nestjs-tile38\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/npm/l/nestjs-tile38.svg?style=flat-square\" alt=\"Package License\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/nestjs-tile38\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/npm/dm/nestjs-tile38.svg?style=flat-square\" alt=\"NPM Downloads\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/hyperloris/nestjs-tile38/actions\" target=\"_blank\"\u003e\u003cimg src=\"https://shields.io/github/workflow/status/hyperloris/nestjs-tile38/Test.svg?style=flat-square\" alt=\"CI Status\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://coveralls.io/github/hyperloris/nestjs-tile38?branch=main\" target=\"_blank\"\u003e\u003cimg src=\"https://coveralls.io/repos/github/hyperloris/nestjs-tile38/badge.svg?style=flat-square\" alt=\"Coverage\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Description\n\n[Tile38](https://tile38.com) module for [Nest](https://github.com/nestjs/nest). This package is based on [Tile38-ts](https://github.com/iwpnd/tile38-ts), so visit its documentation for any questions about the API.\n\n## Installation\n\n```bash\n$ npm i --save nestjs-tile38 @iwpnd/tile38-ts\n```\n\n## Quick Start\n\nFirst, import the `Tile38Module` into your root module:\n\n```ts\nimport { Module } from '@nestjs/common';\nimport { Tile38Module } from 'nestjs-tile38';\n\n@Module({\n  imports: [\n    Tile38Module.forRoot({\n      url: 'redis://localhost:9851',\n    }),\n  ],\n})\nexport class AppModule {}\n\n```\n\nSecond, inject the Tile38 client into any of your injectables by using the `InjectTile38` decorator:\n\n```ts\nimport { Injectable } from '@nestjs/common';\nimport { InjectTile38 } from 'nestjs-tile38';\nimport { Tile38 } from '@iwpnd/tile38-ts';\n\n@Injectable()\nexport class AppService {\n  public constructor(@InjectTile38() private readonly tile38: Tile38) {}\n}\n```\n\n## License\n\nLicensed under [MIT](./LICENSE).\n\n## Acknowledgements\n\n- [nestjs](https://nestjs.com)\n- [tile38-ts](https://github.com/iwpnd/tile38-ts)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperloris%2Fnestjs-tile38","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperloris%2Fnestjs-tile38","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperloris%2Fnestjs-tile38/lists"}