https://github.com/rimunace/apis.rocks
Home to Rimunace API alternative hosting multiple mostly free API endpoints that helps you get started with API development and testing for your projects. Made with love by Respy.Tech
https://github.com/rimunace/apis.rocks
api
Last synced: 3 months ago
JSON representation
Home to Rimunace API alternative hosting multiple mostly free API endpoints that helps you get started with API development and testing for your projects. Made with love by Respy.Tech
- Host: GitHub
- URL: https://github.com/rimunace/apis.rocks
- Owner: RimunAce
- License: mit
- Created: 2025-03-02T16:39:36.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-03-11T08:32:07.000Z (3 months ago)
- Last Synced: 2025-03-11T08:34:15.377Z (3 months ago)
- Topics: api
- Language: TypeScript
- Homepage: https://apis.rocks
- Size: 135 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![]()
Open-Source Alternative to API.RIMUNACE.XYZ Written in Elysia.js---
Prerequisites\*\*
- Node.js (v18.18.0 or higher) - [Download](https://nodejs.org/en/download/)
- Bun (v1.0.25 or higher) - [Download](https://bun.sh/download)
- Docker (v26.0.1 or higher) - [Download](https://www.docker.com/products/docker-desktop/)
- BunnyCDN account (For media storage) - [Sign Up](https://bunny.net/signup)
- Fly.io account (optional, for deployment) - [Sign Up](https://fly.io/signup)
- yt-dlp (v2024.11.13 or higher) - [Download](https://github.com/yt-dlp/yt-dlp/releases)
- ffmpeg (v6.0.1 or higher) - [Download](https://ffmpeg.org/download.html)### Navigation
- [:gear: Installation & Set-Up](#-gear-installation--set-up)
- [:cloud: Deploy to Fly.io](#-cloud-deploy-to-flyio)---
### - :gear: Installation & Set-Up
1. Clone the repository
```bash
git clone https://github.com/rimunace/apis.rocks.git
cd apis.rocks
```2. Install dependencies
```bash
bun install
```3. Copy `.env.example` to `.env.local` and configure your environment variables
```bash
cp .env.example .env.local
```4. Start the server
```bash
bun run dev # Development
bun run start # Production
```---
### - :cloud: Deploy to Fly.io
> [!NOTE]
> Optional for those who prefer Fly.io1. Install Fly.io CLI
```bash
curl -L https://fly.io/install.sh | sh
```2. Login to Fly.io
```bash
fly auth login
```3. Deploy to Fly.io
```bash
fly deploy
```---
> [Licensed Under MIT License](LICENSE.md)