{"id":23937973,"url":"https://github.com/dm94/stiletto-web","last_synced_at":"2026-03-12T04:32:34.794Z","repository":{"id":38421609,"uuid":"299991999","full_name":"dm94/stiletto-web","owner":"dm94","description":"Web with different utilities for the game Last Oasis","archived":false,"fork":false,"pushed_at":"2025-06-24T08:07:44.000Z","size":9312,"stargazers_count":6,"open_issues_count":4,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-24T09:25:25.111Z","etag":null,"topics":["calculator","clan","discord","gaming","gaming-website","last-oasis","react","utilities","web","webapp"],"latest_commit_sha":null,"homepage":"https://stiletto.deeme.dev","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/dm94.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"github":"dm94","custom":"https://ko-fi.com/deeme"}},"created_at":"2020-09-30T17:04:05.000Z","updated_at":"2025-06-24T08:06:13.000Z","dependencies_parsed_at":"2024-01-07T19:38:14.858Z","dependency_job_id":"f86b3a82-ecd1-4256-8e56-3b6472c132f1","html_url":"https://github.com/dm94/stiletto-web","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/dm94/stiletto-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dm94%2Fstiletto-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dm94%2Fstiletto-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dm94%2Fstiletto-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dm94%2Fstiletto-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dm94","download_url":"https://codeload.github.com/dm94/stiletto-web/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dm94%2Fstiletto-web/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264502293,"owners_count":23618571,"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":["calculator","clan","discord","gaming","gaming-website","last-oasis","react","utilities","web","webapp"],"created_at":"2025-01-06T02:17:30.070Z","updated_at":"2026-03-12T04:32:34.766Z","avatar_url":"https://github.com/dm94.png","language":"TypeScript","funding_links":["https://github.com/sponsors/dm94","https://ko-fi.com/deeme"],"categories":[],"sub_categories":[],"readme":"![GitHub package.json version](https://img.shields.io/github/package-json/v/dm94/stiletto-web)\n[![Discord](https://img.shields.io/discord/317737508064591874?color=7289DA\u0026logo=Discord\u0026logoColor=FFFFFF)](https://discord.gg/FcecRtZ)\n[![Crowdin](https://badges.crowdin.net/stiletto/localized.svg)](https://crowdin.com/project/stiletto)\n[![Website](https://img.shields.io/website?url=https%3A%2F%2Fstiletto.deeme.dev%2F)](https://stiletto.deeme.dev)\n\n---\n\nThis project is currently up and running but the intention is to update the vast majority of the code. [More information about the changes](https://github.com/dm94/stiletto-web/issues/93)\n\n---\n\n## Stiletto Web\n\nWeb with different utilities for the game Last Oasis, but is not affiliated with [Donkey Crew](https://www.donkey.team/)\nIt is created with JS (react), HTML, CSS (bootstrap) and Fastify API\nYou can see this website in operation here: [https://stiletto.deeme.dev](https://stiletto.deeme.dev)\n\n### Working\n\n- Crafting Calculator: See the list of objects and calculate what it costs to do it in different amounts and share it\n- Linking the web with discord\n- Create clans, edit clans and link them to a discord server\n- See the list of walkers of that clan, collected by the discord bot\n- Managing clan people\n- Sharing maps\n- Trading system\n- Auction Timers\n- Section where to create a list of allies, enemies or NAP\n- System to make the web multi-language\n\n#### JSONs\n\nThe website uses several json files to read the game data so that it is always up to date. These files can also be used for other projects.\n\n[items_min.json](https://github.com/dm94/stiletto-web/blob/master/public/json/items_min.json) : Here are all the recipes and items in the game including some information such as the cost of learning some recipes or the damage done by some ammunition. Over time I will add more information\n\n[maps.min.json](https://github.com/dm94/stiletto-web/blob/master/public/json/maps.min.json) : List of current game maps\n\n[colors.min.json](https://github.com/dm94/stiletto-web/blob/master/public/json/colors.min.json) : Cost of colours\n\n[markers.min.json](https://github.com/dm94/stiletto-web/blob/master/public/json/markers.min.json) : All markers allowed on the interactive map\n\n#### Environmental variables\n\n- VITE_PUBLIC_URL=https://stiletto.deeme.dev\n- VITE_RESOURCES_URL= URL API ADDRESS FOR ICONS AND MAPS\n- VITE_API_URL= URL API\n- VITE_DISCORD_CLIENT_ID= DISCORD CLIENT ID\n- VITE_PLAUSIBLE_URL=PLAUSIBLE URL\n\n#### Generate maps\n\nLibrary: [gdal2tiles-leaflet](https://github.com/commenthol/gdal2tiles-leaflet)\n\nCommand to generate it:\n`python gdal2tiles.py -l -p raster -z 0-5 -w none \u003cimage\u003e \u003cfolder\u003e`\n\n#### API\n\n[stiletto-node-api](https://github.com/dm94/stiletto-node-api)\n\nOld API version:\n[Stiletto-PHP-API](https://github.com/dm94/Stiletto-PHP-API)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdm94%2Fstiletto-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdm94%2Fstiletto-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdm94%2Fstiletto-web/lists"}