A RESTful API endpoint that returns profile information along with dynamic cat facts fetched from an external API.
- GET
/meendpoint with profile information - Dynamic cat facts from Cat Facts API
- Real-time UTC timestamp in ISO 8601 format
- Error handling and fallback mechanisms
- Rate limiting and security headers
- Comprehensive testing
- Backend: Node.js/Express
- HTTP Client: Axios
- Security: Helmet, CORS, Rate Limiting
- Testing: Jest, Supertest
- Environment Management: dotenv
- Node.js (v16 or higher)
- npm or yarn
- Clone the repository:
git clone <your-repo-url>
cd dynamic-profile-api