https://github.com/rehan-adi/freeapihub
FreeApiHub is an open-source platform that makes it easy to use different free APIs. It's made for developers and helps you add external data to your apps without needing to log in. You can access various APIs for user data, jokes, quotes, books, and products to improve your projects easily.
https://github.com/rehan-adi/freeapihub
cronjob cronjob-scheduler dark-mode express express-rate-limit nextra postgresql prisma shadcn-ui swagger
Last synced: 6 months ago
JSON representation
FreeApiHub is an open-source platform that makes it easy to use different free APIs. It's made for developers and helps you add external data to your apps without needing to log in. You can access various APIs for user data, jokes, quotes, books, and products to improve your projects easily.
- Host: GitHub
- URL: https://github.com/rehan-adi/freeapihub
- Owner: rehan-adi
- License: mit
- Created: 2024-10-04T15:46:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-24T13:15:22.000Z (10 months ago)
- Last Synced: 2025-02-09T17:16:00.177Z (8 months ago)
- Topics: cronjob, cronjob-scheduler, dark-mode, express, express-rate-limit, nextra, postgresql, prisma, shadcn-ui, swagger
- Language: TypeScript
- Homepage: https://freeapi-hub.vercel.app
- Size: 1.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FreeApiHub
FreeApiHub is a free and open-source platform providing access to various APIs such as User, Books, Jokes, and more. It serves as a reliable hub for developers to fetch large JSON responses for testing or integration into their projects.
### Features
- **Free APIs**: Access a variety of APIs, including User data, Book information, Jokes, and more.
- **Large JSON Responses**: Get comprehensive and realistic data for development and testing purposes.
- **Open Source**: Free to use and contribute.
- **SDK Support**: A TypeScript SDK for easy API integration.### Tech Stack
- **Frontend**: Next Js, Nextra
- **Backend**: Node.js, Express, Prisma
- **Database**: PostgreSQL
- **Package Manager**: pnpm### FreeApiHub SDK
A TypeScript SDK for FreeApiHub, providing simple access to free APIs with support for data retrieval and integration. Ideal for JavaScript and TypeScript projects.
#### Features
- Simple API calls to interact with different endpoints (e.g., books, jokes, quotes).
- TypeScript support for type safety and better developer experience.
- Easy to integrate into your JavaScript or TypeScript projects.
### API Documentation
For detailed documentation on each API endpoint, refer to the [FreeApiHub API documentation](https://freeapi-hub.vercel.app/docs).
### Contribution
Contributions are welcome! If you have ideas for new APIs or want to improve the existing ones, feel free to fork the repository and create a pull request.
### License
This project is licensed under the MIT License. See the LICENSE file for more details.
### Inspiration:
Inspired by JSONPlaceholder.
### Contact
For questions or suggestions, feel free to reach out at rehanalire52@gmail.com.
Happy Coding!