Skip to content

cptcr/macro_api_page

Repository files navigation

Macro API Page 🚀

A Next.js v14 application that serves as a polished frontend on top of the macro_api toolkit—integrating services like YouTube, Spotify, Valorant, DeepSeek, ChatGPT, and more.


Table of Contents

  1. Overview
  2. Features
  3. Tech Stack
  4. Setup
  5. Development
  6. Deployment
  7. Contributing
  8. License

Overview

This is the main page of the macro_api page including the docs.


Features

  • 🔗 Multiple API integrations via macro_api
  • ⚛️ Next.js v14 App Router architecture
  • 🧩 TypeScript for strong typing and DX
  • 🛠️ Server & client components

Tech Stack

  • Framework: Next.js v14
  • Language: TypeScript
  • Styling: (e.g., Tailwind CSS, CSS Modules—choose your preferred)

Setup

  1. Clone the repo:
    git clone https://github.com/cptcr/macro_api_page.git
    cd macro_api_page
  2. Install dependencies:
    npm install
    # or yarn install

Development

npm run dev

Navigate to http://localhost:3000 to explore.

  • Build UI components in /app/(components)/
  • Refer to /src/api/ for route-to-client-library wiring

Deployment

Deploy-ready for Vercel, Netlify, or other platforms:

vercel
# or
netlify deploy

Ensure environment variables are configured in your deployment dashboard.


Contributing

Contributions welcome! Suggested workflow:

  1. Fork & clone
  2. Create feature branch
  3. Code, lint, types, test
  4. Open PR with description & changes

License

Distributed under Apache 2.0 License. See LICENSE for details.


Acknowledgments

  • Core functionality provided by macro_api ([github.com][1])
  • Bootstrapped with Next.js v14 App Router
  • Integrates diverse APIs: YouTube, Spotify, Valorant, DeepSeek, OpenAI

About

Official site of macro_api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published