-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #93 from Mrjcowman/dev
First Deployment
- Loading branch information
Showing
20 changed files
with
6,681 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,54 @@ | ||
# uwProject1 | ||
# moodSing | ||
**moodSing** is a music recommendation app that suggests music suited to the weather around the user as well as their current mood and preferred genre. These features bypass the need for users to wander and search for music that fits their mood and helps introduce the users to new music. | ||
|
||
## Contributors | ||
``` | ||
Front End | ||
- Katie Dickson | ||
- Ismahan Jamea | ||
``` | ||
``` | ||
Back End | ||
- Jacob Cowan - Git Master | ||
- Andrew Crow - Project Manager | ||
- Robert Dalton | ||
``` | ||
|
||
## Credits | ||
Thank you to the developers of the following APIs for making moodSing possible! | ||
|
||
[Spotify Web API](https://developer.spotify.com/documentation/web-api/) | ||
|
||
[NOAA Web API Service](https://www.weather.gov/documentation/services-web-api) | ||
|
||
[Geolocation API](https://developer.mozilla.org/en-US/docs/Web/API/Geolocation_API) | ||
|
||
## Status | ||
![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/mrjcowman/moodSing?include_prereleases&style=for-the-badge) | ||
![GitHub (Pre-)Release Date](https://img.shields.io/github/release-date-pre/mrjcowman/moodSing?style=for-the-badge) | ||
![GitHub commits since latest release (by date) for a branch](https://img.shields.io/github/commits-since/mrjcowman/moodSing/latest/dev?style=for-the-badge) | ||
|
||
## Color Scheme | ||
### *Main color scheme:* | ||
![](https://via.placeholder.com/100/B0B7BF/000/?text=%23B0B7BF)![](https://via.placeholder.com/100/022340/fff/?text=%23022340)![](https://via.placeholder.com/100/64798C/fff/?text=%2364798C)![](https://via.placeholder.com/100/A6A160/fff/?text=%23A6A160)![](https://via.placeholder.com/100/F2DC6D/000/?text=%23F2DC6D) | ||
|
||
### *Few clouds:* | ||
![](https://via.placeholder.com/100/0186FC/fff/?text=%230186FC)![](https://via.placeholder.com/100/83B8FE/000/?text=%2383B8FE)![](https://via.placeholder.com/100/94C5FF/000/?text=%2394C5FF)![](https://via.placeholder.com/100/0583F2/fff/?text=%230583F2)![](https://via.placeholder.com/100/056CF2/fff/?text=%23056CF2) | ||
|
||
### *Sunny:* | ||
![](https://via.placeholder.com/100/034AA6/FFF/?text=%23034AA6)![](https://via.placeholder.com/100/0477BF/fff/?text=%230477BF)![](https://via.placeholder.com/100/59A8D9/000/?text=%2359A8D9)![](https://via.placeholder.com/100/F2CB05/000/?text=%23F2CB05)![](https://via.placeholder.com/100/BF7E04/FFF/?text=%23BF7E04) | ||
|
||
### *Rain:* | ||
![](https://via.placeholder.com/100/F0F2F2/000/?text=%23F0F2F2)![](https://via.placeholder.com/100/949FA6/000/?text=%23949FA6)![](https://via.placeholder.com/100/395059/fff/?text=%23395059)![](https://via.placeholder.com/100/2B4032/FFF/?text=%232B4032)![](https://via.placeholder.com/100/1D2426/FFF/?text=%231D2426) | ||
|
||
### *Partly Cloudy:* | ||
![](https://via.placeholder.com/100/BABDBF/000/?text=%23BABDBF)![](https://via.placeholder.com/100/979DA6/FFF/?text=%23979DA6)![](https://via.placeholder.com/100/6387A6/fff/?text=%236387A6)![](https://via.placeholder.com/100/023859/FFF/?text=%23023859)![](https://via.placeholder.com/100/024059/FFF/?text=%23024059) | ||
|
||
### *Thunderstorm:* | ||
![](https://via.placeholder.com/100/D9BFCD/000/?text=%23D9BFCD)![](https://via.placeholder.com/100/A692A2/000/?text=%23A692A2)![](https://via.placeholder.com/100/534A59/FFF/?text=%23534A59)![](https://via.placeholder.com/100/171726/FFF/?text=%23171726)![](https://via.placeholder.com/100/0D0D0D/FFF/?text=%230D0D0D) | ||
|
||
### *Mist:* | ||
![](https://via.placeholder.com/100/142626/FFF/?text=%23142626)![](https://via.placeholder.com/100/3E5956/fff/?text=%233E5956)![](https://via.placeholder.com/100/BFAF8F/000/?text=%23BFAF8F)![](https://via.placeholder.com/100/F2DAC4/000/?text=%23F2DAC4)![](https://via.placeholder.com/100/BFA89B/FFF/?text=%23BFA89B) | ||
|
||
### *Snow:* | ||
![](https://via.placeholder.com/100/7C92A6/fff/?text=%237C92A6)![](https://via.placeholder.com/100/BACBD9/000/?text=%23BACBD9)![](https://via.placeholder.com/100/DCE8F2/000/?text=%23DCE8F2)![](https://via.placeholder.com/100/454E59/FFF/?text=%23454E59)![](https://via.placeholder.com/100/0D0D0D/FFF/?text=%230D0D0D) |
Oops, something went wrong.