https://github.com/schroedinger-hat/open-source-wrapped
Don't we just love Spotify Wrapped? Well, here's the same concept applied to Open Source on Github :3
https://github.com/schroedinger-hat/open-source-wrapped
developer-experience github-wrapped wrapped
Last synced: 3 months ago
JSON representation
Don't we just love Spotify Wrapped? Well, here's the same concept applied to Open Source on Github :3
- Host: GitHub
- URL: https://github.com/schroedinger-hat/open-source-wrapped
- Owner: Schroedinger-Hat
- License: mit
- Archived: true
- Created: 2022-12-07T14:09:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-31T12:34:38.000Z (11 months ago)
- Last Synced: 2025-07-08T18:32:10.260Z (3 months ago)
- Topics: developer-experience, github-wrapped, wrapped
- Language: TypeScript
- Homepage: https://wrapped.schrodinger-hat.it/
- Size: 1.76 MB
- Stars: 24
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Open Source Wrapped with ❤️ by Schrodinger's Hat
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
Table of Contents
## About The Project
This is the repository of the application Open Source Wrapped, a Spotify Wrapped Cameo to Open Source development
### Tech stack
- [Next.js](https://nextjs.org/)
- [Next Auth](https://next-auth.js.org/)## Usage
- Create an OAuth App on [GitHub](https://docs.github.com/en/developers/apps/building-oauth-apps/creating-an-oauth-app) in order to enable login with GitHub
- Create `.env.local` file with all the necessary infos, see `.env.example`
- Install the dependencies with ```npm ci``` or ```yarn```
- Run the development server with ```npm run dev``` or ```yarn dev```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. You can change the port with `--port`flag.
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!## Contact
Schrodinger's Hat Team - [@schrodinger_hat](mailto:osday@schrodinger-hat.it)
[contributors-shield]: https://img.shields.io/github/contributors/Schrodinger-Hat/open-source-wrapped.svg?style=for-the-badge
[contributors-url]: https://github.com/Schrodinger-Hat/open-source-wrapped/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/Schrodinger-Hat/open-source-wrapped.svg?style=for-the-badge
[forks-url]: https://github.com/Schrodinger-Hat/open-source-wrapped/network/members
[stars-shield]: https://img.shields.io/github/stars/Schrodinger-Hat/open-source-wrapped.svg?style=for-the-badge
[stars-url]: https://github.com/Schrodinger-Hat/open-source-wrapped/stargazers
[issues-shield]: https://img.shields.io/github/issues/Schrodinger-Hat/open-source-wrapped.svg?style=for-the-badge
[issues-url]: https://github.com/Schrodinger-Hat/open-source-wrapped/issues