I was searching for something to do and discovered the Warframe Worldstate API, therefore i decided to give it a try. Chose Node because i know the ecosystem better (npm) than Python's one. Also, i want to create some static site with Astro and it's the opportunity to.
- All source code stored in a single project (monorepo).
- Typescript developer experience is something.
To run this project you will need to have Node.
- Clone the repository and enter in it
- Install all the dependencies
- Select some of the packages above and read the documentation
git clone https://github.com/kauefraga/warframe-interface.git
cd warframe-interface
pnpm i --frozen-lockfile
You are welcome to open issues and pull requests!
The following tools have been used to build the whole project:
- Warframe Worldstate - An API that provides "everything about Warframe".
- Node - A runtime based on V8 JavaScript.
- Eslint - Code ruler/styler with Airbnb style guide.
- Typescript, tsx and tsup - Improve the DX by adding type safety and a blazingly fast execution/build provided by esbuild.
This project is licensed under the GPL-3.0 License - See the LICENSE for more information.