Unwind Chimes is a wind chime simulator that transforms weather data into soothing, dynamic soundscapes. Each weather condition influences the app’s audio synthesis and effects parameters, letting you experience the world’s climate through sound.
Live Demo: unwind-chimes.vercel.app
git clone https://github.com/sukelully/unwind-chimes.git
cd unwind-chimes
npm install -g pnpm@latest-10
pnpm install
- Create a
.env
file in the root directory - Copy the contents from
.env.example
into it - Fill in the required Visual Crossing API key
pnpm dev:v
- Frontend: React, Tailwind, TypeScript
- Backend: Node.js (for API endpoints)
- Weather Data: Visual Crossing
- Deployment: Vercel
Contributions are definitely welcome! To get started:
- Fork the repository
- Add any issues you'd like to work on or choose an exisiting one
- Create a new feature branch (
git checkout -b feature-name
) - Make your changes and commit them (conventional commits)
- Push your branch and open a pull request
This project is licensed under the MIT License.