{"id":23038804,"url":"https://github.com/kauefraga/warframe-interface","last_synced_at":"2026-04-21T16:31:45.775Z","repository":{"id":161264025,"uuid":"634236028","full_name":"kauefraga/warframe-interface","owner":"kauefraga","description":"🎮 Faster and easy to understand Warframe information | https://docs.warframestat.us","archived":false,"fork":false,"pushed_at":"2023-05-07T22:14:05.000Z","size":63,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-01T12:03:33.209Z","etag":null,"topics":["cli","interface","monorepo","nodejs","portable","typescript","warframe","website"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kauefraga.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":"2023-04-29T13:36:09.000Z","updated_at":"2023-05-07T18:42:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"83b5cadf-1d92-4deb-9801-f27b809624d4","html_url":"https://github.com/kauefraga/warframe-interface","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kauefraga/warframe-interface","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kauefraga%2Fwarframe-interface","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kauefraga%2Fwarframe-interface/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kauefraga%2Fwarframe-interface/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kauefraga%2Fwarframe-interface/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kauefraga","download_url":"https://codeload.github.com/kauefraga/warframe-interface/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kauefraga%2Fwarframe-interface/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262959563,"owners_count":23391057,"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":["cli","interface","monorepo","nodejs","portable","typescript","warframe","website"],"created_at":"2024-12-15T18:25:30.246Z","updated_at":"2026-04-21T16:31:45.704Z","avatar_url":"https://github.com/kauefraga.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003e\u003ccode\u003eWarframe Interface\u003c/code\u003e\u003c/h1\u003e\n\n  \u003cp\u003e\n    \u003cstrong\u003e🎮 Faster and easy to understand Warframe information 🎮\u003c/strong\u003e\n  \u003c/p\u003e\n\n  \u003cp\u003e\n    \u003cimg\n      alt=\"GitHub top language\"\n      src=\"https://img.shields.io/github/languages/top/kauefraga/warframe-interface.svg\"\n    /\u003e\n    \u003cimg\n      alt=\"Repository size\"\n      src=\"https://img.shields.io/github/repo-size/kauefraga/warframe-interface.svg\"\n    /\u003e\n    \u003ca href=\"https://github.com/kauefraga/warframe-interface/commits/main\"\u003e\n      \u003cimg\n        alt=\"GitHub last commit\"\n        src=\"https://img.shields.io/github/last-commit/kauefraga/warframe-interface.svg\"\n      /\u003e\n    \u003c/a\u003e\n    \u003cimg\n      alt=\"GitHub LICENSE\"\n      src=\"https://img.shields.io/github/license/kauefraga/warframe-interface.svg\"\n    /\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n\u003e I was searching for something to do and discovered the Warframe Worldstate API,\ntherefore i decided to give it a try. Chose Node because i know the ecosystem\nbetter (npm) than Python's one. Also, i want to create some static site with [Astro](https://astro.build) and it's the opportunity to.\n\n### Features\n\n- All source code stored in a single project (monorepo).\n- Typescript developer experience is something.\n\n## 📦 Packages (pnpm workspace)\n\n- 🚧 [Command Line Interface](packages/cli)\n- 🚧 [Site](packages/web)\n\n## 🎲 Prerequisites\n\nTo run this project you will need to have [Node](https://nodejs.org/en).\n- Node Version Managers: [fnm](https://github.com/Schniz/fnm), [nvm](https://github.com/nvm-sh/nvm), [asdf](https://asdf-vm.com)...\n\n## ⬇️ How to install and use it\n\n1. Clone the repository and enter in it\n2. Install all the dependencies\n3. Select some of the packages above and read the documentation\n\n```bash\ngit clone https://github.com/kauefraga/warframe-interface.git\ncd warframe-interface\n\npnpm i --frozen-lockfile\n```\nYou are welcome to open issues and pull requests!\n\n## 🛠 Technologies\n\nThe following tools have been used to build the whole project:\n\n- [Warframe Worldstate](https://docs.warframestat.us) - An API that provides \"everything about Warframe\".\n- [Node](https://nodejs.org/en) - A runtime based on V8 JavaScript.\n- [Eslint](https://npm.im/eslint-config-airbnb-typescript) - Code ruler/styler with Airbnb style guide.\n- [Typescript](https://typescriptlang.org), [tsx](https://www.npmjs.com/package/tsx) and [tsup](https://www.npmjs.com/package/tsup) - Improve the DX by adding type safety and a blazingly fast execution/build provided by esbuild.\n\n## 📝 License\n\nThis project is licensed under the GPL-3.0 License - See the [LICENSE](https://github.com/kauefraga/warframe-interface/blob/main/LICENSE) for more information.\n\n---\n\n\u003cdiv align=\"center\" display=\"flex\"\u003e\n  \u003cimg alt=\"Built with love\" src=\"https://forthebadge.com/images/badges/built-with-love.svg\"\u003e\n  \u003cimg alt=\"Powered by coffee\" src=\"https://forthebadge.com/images/badges/powered-by-coffee.svg\"\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkauefraga%2Fwarframe-interface","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkauefraga%2Fwarframe-interface","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkauefraga%2Fwarframe-interface/lists"}