UNPKG

mydata-cli

Version:

A CLI tool for interacting with MyData API and managing data. Supports login, data retrieval, and more. Built with Node.js.

116 lines (76 loc) โ€ข 2.05 kB
# ๐Ÿ“ฆ mydata-cli A CLI tool for interacting with MyData API and managing data. Supports login, data retrieval, and more. Built with Node.js. --- ## ๐Ÿ“‘ Table of Contents - [About](#about) - [Features](#features) - [Tech Stack](#tech-stack) - [Getting Started](#getting-started) - [Available Scripts](#available-scripts) - [Environment Variables](#environment-variables) - [Screenshots](#screenshots) - [Contributing](#contributing) - [Changelog](#changelog) - [License](#license) - [Contact](#contact) --- ## ๐Ÿง  About **mydata-cli** is a A CLI tool for interacting with MyData API and managing data. Supports login, data retrieval, and more. Built with Node.js.. --- ## โœจ Features - โšก Fast, responsive UI - ๐Ÿ” Auth (JWT, Google, OTP) - ๐Ÿ—“๏ธ Calendar + Project + Password Manager - ๐ŸŒ— Theme toggle - ๐Ÿ”’ Encrypted .env vault --- ## ๐Ÿงฐ Tech Stack > _Edit this section manually if needed_ - Frontend: React / Next.js - Backend: Node.js / Next.js API - Database: MongoDB (via Mongoose) - Auth: NextAuth / JWT - UI: TailwindCSS / Framer Motion / Lucide Icons --- ## ๐Ÿš€ Getting Started ```bash git clone https://github.com/vinoth82003/mydata-cli.git cd mydata-cli npm install npm run dev ``` --- ## ๐Ÿงช Available Scripts From your `package.json`: ```json { "test": "echo \"Error: no test specified\" && exit 1" } ``` --- ## ๐Ÿ” Environment Variables Loaded from: .env ```env API_URL=<hidden> ``` --- ## ๐Ÿค Contributing 1. Fork the repo 2. Create a branch 3. Commit your changes 4. Push to your fork 5. Submit a PR --- ## ๐Ÿ“œ Changelog - `v1.0.11` โ€“ Initial release --- ## ๐Ÿ“„ License Licensed under the **ISC** license. --- ## ๐Ÿ“ฌ Contact - ๐Ÿ“ง Email: [vinothg0618@gmail.com](mailto:vinothg0618@gmail.com) - ๐Ÿ™ GitHub: [vinoth82003](https://github.com/vinoth82003) - ๐Ÿ’ผ LinkedIn: [vinoth82003](https://linkedin.com/in/vinoth82003) - ๐ŸŒ Portfolio: [vinoths.vercel.app](https://vinoths.vercel.app) --- > _Generated by [mycli](https://github.com/vinoth82003/mycli)_