https://github.com/stringlytyped/cloudnine
Generate Spotify playlists based on the weather ☀️ 🌧 😄
https://github.com/stringlytyped/cloudnine
Last synced: 4 months ago
JSON representation
Generate Spotify playlists based on the weather ☀️ 🌧 😄
- Host: GitHub
- URL: https://github.com/stringlytyped/cloudnine
- Owner: stringlytyped
- License: apache-2.0
- Created: 2020-02-26T13:27:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T17:37:03.000Z (over 3 years ago)
- Last Synced: 2025-10-09T18:22:00.112Z (8 months ago)
- Language: Ruby
- Size: 1.3 MB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cloudnine
Cloudnine is a web application that generates Spotify playlists designed to elevate the listener's mood. To do this, it takes into account the user's current state of mind (as rated by the user) in addition to the current weather conditions in the user's geographic area. The goal is to counteract the effects of seasonal depression.
The application is being built by [University of Surrey](https://surrey.ac.uk) students as part of a software engineering coursework assignment.
## Making Contributions
Contributions are currently open only to members of the core development team (named below).
To contribute to this project, please:
1. Follow the steps on the [Development Environment Setup](https://github.com/stringlytyped/cloudnine/wiki/Development-Environment-Setup) wiki page to correctly configure your local machine.
2. For each contribution, follow the steps in the [Contribution Guide](https://github.com/stringlytyped/cloudnine/wiki/Contribution-Guide).
## Credits
This project was made possible by the contributions of the following individuals:
- Adrian Constantinescu
- Annabel Taylor
- Juan Snyman
- Laura Adok
- Liman Makama
- Samuel Hobbs
- Syed-Ali Raza
## License
Contributors to this project (those listed above, in addition to any others not listed) agree to license their contributions under the terms of the Apache License 2.0, the specifics of which can be found in the [`LICENSE`](LICENSE) file.
```
Copyright 2020 Juan Snyman
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```