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
Markdown
# ๐ฆ 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)_