{"id":31070152,"url":"https://github.com/victorola-coder/waves","last_synced_at":"2025-09-15T22:59:57.818Z","repository":{"id":312791789,"uuid":"1048730865","full_name":"Victorola-coder/waves","owner":"Victorola-coder","description":"streaming party, lfg","archived":false,"fork":false,"pushed_at":"2025-09-02T01:44:23.000Z","size":251,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"dev","last_synced_at":"2025-09-02T03:36:18.077Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Victorola-coder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-02T00:01:06.000Z","updated_at":"2025-09-02T01:44:26.000Z","dependencies_parsed_at":"2025-09-02T03:36:19.280Z","dependency_job_id":"c8295180-0d64-4b1b-abd1-27e9acae9b06","html_url":"https://github.com/Victorola-coder/waves","commit_stats":null,"previous_names":["victorola-coder/waves"],"tags_count":null,"template":false,"template_full_name":"Victorola-coder/next-template","purl":"pkg:github/Victorola-coder/waves","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Victorola-coder%2Fwaves","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Victorola-coder%2Fwaves/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Victorola-coder%2Fwaves/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Victorola-coder%2Fwaves/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Victorola-coder","download_url":"https://codeload.github.com/Victorola-coder/waves/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Victorola-coder%2Fwaves/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275333311,"owners_count":25446100,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-15T02:00:09.272Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-15T22:59:54.366Z","updated_at":"2025-09-15T22:59:57.804Z","avatar_url":"https://github.com/Victorola-coder.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌊 Waves - Listen Together, Rise Together\n\nA social music streaming platform where users connect their music apps and experience synchronized listening with friends. Built with Next.js, TypeScript, and Tailwind CSS.\n\n## ✨ Features\n\n### 🎵 Music Integration\n- **Spotify Connect** - Link your Spotify account\n- **YouTube Music** - Connect YouTube Music (coming soon)\n- **Last.fm Scrobbling** - Track your listening activity\n- **Real-time Sync** - Listen together in perfect harmony\n\n### 🏆 Social \u0026 Gamification\n- **Listening Parties** - Create and join music rooms\n- **Leaderboards** - Compete for top listener spots\n- **Achievement System** - Unlock badges and milestones\n- **User Profiles** - Showcase your music taste and stats\n\n### 🎨 Beautiful Design\n- **Wave-inspired UI** - Fluid, energetic, and calming design\n- **Responsive Design** - Works on all devices\n- **Dark Theme** - Easy on the eyes\n- **Smooth Animations** - Framer Motion powered\n\n## 🎨 Design System\n\n### Colors\n- **Ocean Blue** (#0077B6) - Primary brand color\n- **Seafoam Green** (#00BFA6) - Secondary accent\n- **Sunset Coral** (#FF6B6B) - Call-to-action highlights\n- **Dark Slate** (#1B262C) - Text and backgrounds\n- **Misty White** (#F0F3F4) - Light accents\n\n### Typography\n- **Poppins Bold** - Headlines and branding\n- **Inter Regular** - Body text and UI elements\n- **Geist Mono** - Code and technical content\n\n## 🚀 Getting Started\n\n### Prerequisites\n- Node.js 18+ \n- npm or yarn\n- Spotify account (for music integration)\n\n### Installation\n\n1. **Clone the repository**\n   ```bash\n   git clone https://github.com/yourusername/waves.git\n   cd waves\n   ```\n\n2. **Install dependencies**\n   ```bash\n   npm install\n   # or\n   yarn install\n   ```\n\n3. **Set up environment variables**\n   ```bash\n   cp .env.example .env.local\n   ```\n   \n   Add your API keys:\n   ```env\n   SPOTIFY_CLIENT_ID=your_spotify_client_id\n   SPOTIFY_CLIENT_SECRET=your_spotify_client_secret\n   LASTFM_API_KEY=your_lastfm_api_key\n   ```\n\n4. **Run the development server**\n   ```bash\n   npm run dev\n   # or\n   yarn dev\n   ```\n\n5. **Open your browser**\n   Navigate to [http://localhost:3000](http://localhost:3000)\n\n## 🏗️ Architecture\n\n### Frontend\n- **Next.js 15** - React framework with App Router\n- **TypeScript** - Type-safe development\n- **Tailwind CSS** - Utility-first CSS framework\n- **Framer Motion** - Smooth animations\n\n### Backend (Coming Soon)\n- **Node.js** - Server runtime\n- **WebSocket** - Real-time communication\n- **PostgreSQL** - Database\n- **Redis** - Caching and sessions\n\n### Music APIs\n- **Spotify Web API** - Music playback and user data\n- **Last.fm API** - Scrobbling and music discovery\n- **YouTube Data API** - Video metadata (planned)\n\n## 📱 Screenshots\n\n*Coming soon - Screenshots of the Waves platform*\n\n## 🔮 Roadmap\n\n### Phase 1: Core Platform ✅\n- [x] Design system and UI components\n- [x] Basic app structure\n- [x] Component library\n\n### Phase 2: Music Integration 🚧\n- [ ] Spotify API integration\n- [ ] Last.fm scrobbling\n- [ ] Basic music player\n\n### Phase 3: Social Features 📋\n- [ ] User authentication\n- [ ] Listening rooms\n- [ ] Real-time chat\n- [ ] Friend system\n\n### Phase 4: Gamification 📋\n- [ ] Leaderboards\n- [ ] Achievement system\n- [ ] User profiles\n- [ ] Statistics tracking\n\n### Phase 5: Advanced Features 📋\n- [ ] YouTube Music integration\n- [ ] Mobile app\n- [ ] Music recommendations\n- [ ] Social sharing\n\n## 🤝 Contributing\n\nWe welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for details.\n\n### Development Setup\n1. Fork the repository\n2. Create a feature branch\n3. Make your changes\n4. Add tests if applicable\n5. Submit a pull request\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🙏 Acknowledgments\n\n- **Spotify** - For their excellent API\n- **Last.fm** - For music scrobbling\n- **Next.js Team** - For the amazing framework\n- **Tailwind CSS** - For the utility-first approach\n\n## 📞 Support\n\n- **Discord** - Join our community\n- **Email** - support@waves.app\n- **Issues** - Report bugs on GitHub\n\n---\n\n**Made with ❤️ by the Waves Team**\n\n*Listen Together, Rise Together* 🌊","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictorola-coder%2Fwaves","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvictorola-coder%2Fwaves","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictorola-coder%2Fwaves/lists"}