Skip to content

therealrinku/roboapi

Repository files navigation

Logo

roboapi

Minimalistic and simplistic api client under development

Features

✨ Minimalistic API client

✨ Designed to be simple and minimal to get basic things done rather than being feature packed

🔥 Not an replacement for any tool, it's a tool on its own league

🔥 Local only: all your data are saved locally, no cloud sync or sh*t like that

🔥 Under development, that means app will be improved and maintained consistently

Headshots

Screenshot 2025-01-05 at 09 52 07 Screenshot 2025-01-05 at 09 52 23

Technologies Used

Contribute to the Project

To run this project locally, follow these steps:

  1. Clone the repository.
    git clone https://github.com/therealrinku/roboapi.git
    
  2. Install the dependencies.
    yarn install
    
  3. Run the project.
    yarn start
    

Build and create a package

yarn package