Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samay15jan/sparklines
A Music Steaming Platform (MPV)
https://github.com/samay15jan/sparklines
Last synced: 8 days ago
JSON representation
A Music Steaming Platform (MPV)
- Host: GitHub
- URL: https://github.com/samay15jan/sparklines
- Owner: samay15jan
- License: mit
- Created: 2024-01-25T08:43:19.000Z (almost 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-27T16:17:30.000Z (28 days ago)
- Last Synced: 2024-12-27T17:24:09.088Z (28 days ago)
- Language: JavaScript
- Homepage: https://sparklines.vercel.app
- Size: 2.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🧐 Features
Here're some of the project's best features:
- Music Discovery: Browse and search for millions of songs and albums.
- Playlists: Create edit your very own custom playlists.
- High-Quality Audio: Enjoy music in high-quality audio formats.
- User Profiles: Manage your account like a pro.
- Artist Profiles: Explore artist bios discographies and more.
- Many more: Queue, lyrics, Downloads and what not.
- TUI Version Available.🛠️ Installation Steps:
### Web:-
#### Build from source:-
1. Clone the repository
```bash
git clone https://github.com/samay15jan/sparklines && cd sparklines
```2. Install dependencies:
```bash
npm install
```3. Run and Enjoy the project
```bash
npm run dev
```4. Navigate to http://localhost:5173 in your browser to access Sparklines.
### TUI:-#### Npm package:-
[![npm version](https://badge.fury.io/js/sparklines-tui.svg)](https://www.npmjs.com/package/sparklines-tui)```bash
npm install sparklines-tui -g
```#### Build from Source :-
1. Clone the repository:
```bash
git clone https://github.com/samay15jan/sparklines
```2. Install dependencies:
```bash
cd TUI && npm install
```3. Link the package globally:
```bash
sudo npm install -g sparklines-tui && sudo npm link
```4. Start the app in development mode:
```bash
npm run dev
```5. find help
```bash
sparklines-tui -h
```💻 Built with
Technologies used in the project:
#### Web
- React.js
- Tailwind CSS
- React Query#### TUI
- React
- Inkjs and Inkjs/ui🛡️ License:
This project is licensed under the MIT License.
### Contributing
Fork the repo, create a branch, and submit a pull request.