Searches for song playing or mentioned and sends the info to spotify for user to add to their favorites., September 14, 2020
By Johnny Duverseau, Joseph Karnafel, AJ Markow, & Ophelia Swen
- Recognizes the song that’s playing currently using an audio content recognition API.
- Webpage or Web App that person interacts with to start search for a song.
- User drags in an mp3.
- Somehow stores the name of songs the person has searched for, and links person to spotify.
- Doesn’t connect directly to users spotify. Adds songs to object on page, and users can then remove items or check off as added to their library.
- Clone git repository to computer on which you want to serve the application.
- Input your Filestack and AudD API Keys in .env file.
- Run 'npm run start' to compile source code and launch a webpack development server for the application.
No bugs as of most recent commit on September 17,2020.
Contact any of the contributors listed on this repository.
APIs, Bootstrap, CSS, Git, HTML, JavaScript, Node.js
We used these APIs:
-
Audd API: https://docs.audd.io/
-
Filestack API: https://www.filestack.com/docs/api/
MIT License
Copyright (c) 2020 Johnny Duverseau, Joseph Karnafel, AJ Markow, & Ophelia Swen
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files the Software, to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- Animated background code referenced from https://codemyui.com/sliding-diagonals-background-color-effect/