Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elattar-ayoub/yukirythem-oldversion
YukiRythem is a web application that allows users to search for music and play it by only typing the name of the song.
https://github.com/elattar-ayoub/yukirythem-oldversion
jsx music-bot music-player nodejs nodemon-express passportjs postman
Last synced: about 6 hours ago
JSON representation
YukiRythem is a web application that allows users to search for music and play it by only typing the name of the song.
- Host: GitHub
- URL: https://github.com/elattar-ayoub/yukirythem-oldversion
- Owner: ELATTAR-Ayoub
- Created: 2022-12-26T01:32:20.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-28T00:12:39.000Z (about 2 years ago)
- Last Synced: 2025-01-15T01:47:21.605Z (about 6 hours ago)
- Topics: jsx, music-bot, music-player, nodejs, nodemon-express, passportjs, postman
- Language: CSS
- Homepage:
- Size: 3.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Music Search - YukiRythem
Welcome to Music Search, a web application that allows you to search for and play music by simply typing the name of the song!
## Getting Started
To get started with Music Search, you will need to have Node.js and npm installed on your machine. Once you have those dependencies installed, you can clone this repository and install the required dependencies by running the following commands:
````
git clone https://github.com/ELATTAR-Ayoub/YukiRythem.git
cd music-search
npm install
````Next, you will need to start the development server by running the following command:
````
npm start
````This will start the server and run the app in development mode. You can then access the app by visiting `http://localhost:3000` in your web browser.
## Dependencies
Music Search uses the following dependencies:
- [Express.js](https://expressjs.com/) - a minimalist web framework for Node.js
- [EJS](https://ejs.co/) - a templating language that allows you to include dynamic content in your HTML
- [Nodemon](https://nodemon.io/) - a utility that automatically reloads the server when code changes are detected
- [Postman](https://www.postman.com/) - a tool for testing and documenting APIs## How to Use Music Search
Using Music Search is simple! Just follow these steps:
1. Navigate to `http://localhost:3000` in your web browser (assuming you have started the development server as described in the "Getting Started" section).
2. Type the name of the song that you want to search for in the search bar.
3. Press the "Search" button.
4. A list of search results will appear on the terminal.
5. Click on the play button in the webapp to play it.That's it! You can use Music Search to search for and play any song that you want, as long as it is available in the search database (YouTube). Enjoy!
## Contributing
If you would like to contribute to Music Search, you can do so by creating a fork of this repository and submitting a pull request. Please be sure to follow the existing coding conventions and include tests for any new features or changes.
If you have any problem with that contact me. The app is still under developing.## License
Music Search is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.